Meeting SDK for Android API Reference
|
Polling item interface. More...
Public Member Functions | |
String | getPollingID () |
Get polling ID. | |
String | getPollingName () |
Get polling name. | |
SDKPollingType | getPollingType () |
Get polling type. | |
SDKPollingStatus | getPollingStatus () |
Get polling status. | |
int | getPollingQuestionCount () |
Get polling question count. | |
int | getTotalVotedUserCount () |
Get count of total voted users. | |
boolean | isLibraryPolling () |
Determine if is library polling. | |
Polling item interface.
Definition at line 6 of file IPollingItem.java.
String us.zoom.sdk.IPollingItem.getPollingID | ( | ) |
Get polling ID.
String us.zoom.sdk.IPollingItem.getPollingName | ( | ) |
Get polling name.
int us.zoom.sdk.IPollingItem.getPollingQuestionCount | ( | ) |
Get polling question count.
SDKPollingStatus us.zoom.sdk.IPollingItem.getPollingStatus | ( | ) |
Get polling status.
SDKPollingType us.zoom.sdk.IPollingItem.getPollingType | ( | ) |
Get polling type.
int us.zoom.sdk.IPollingItem.getTotalVotedUserCount | ( | ) |
Get count of total voted users.
boolean us.zoom.sdk.IPollingItem.isLibraryPolling | ( | ) |
Determine if is library polling.