Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IPollingAnswerItem.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface IPollingAnswerItem {
7
8 String getPollingID();
9
11
13
15
17
19
20 boolean isChecked();
21}
Polling answer item interface.