| Meeting SDK for Android API Reference
    | 
Polling controller interface. More...
| Public Member Functions | |
| MobileRTCSDKError | setEvent (IMeetingPollingCtrlEvent pEvent) | 
| Configure the meeting polling controller callback event handler. | |
| boolean | canDoPolling () | 
| Determine whether the current meeting can do the polling. | |
| boolean | canShowAnswerResultList (String pollingID) | 
| Determine if the answer result list can be show. | |
| List< IPollingQuestionItem > | getPollingQuestionItemList (String pollingID) | 
| Get the list of poll's question. | |
| List< IPollingAnswerItem > | getPollingRightAnswerItemList (String pollingID) | 
| Get the list of polling question or subquestion's right answer. | |
| List< IPollingAnswerResultItem > | getPollingAnswerResultItemList (String pollingID) | 
| Get the list of polling answer result item. | |
| IPollingItem | getPollingItemByID (String pollingID) | 
| Get the polling item object of specified polling ID. | |
| boolean | canGetRightAnswerItemList (String pollingID) | 
| Determine if the right answer item list can be allowed to get. | |
| String | getPollingQuestionImagePath (String pollingID, String pollingQuestionID) | 
| Get the polling question's image path. | |
| SDKQuestionCharactersLength | getQuestionCharactersLengthRange (String pollingID, String pollingQuestionID) | 
| Get the polling question's minimum character and maximum character count. This function can only be used by short answer question and long answer question. | |
| boolean | isQuestionCaseSensitive (String pollingID, String pollingQuestionID) | 
| Determine if the question is case sensitive. | |
| boolean | canAddPolling () | 
| Determine if the host can add polling. Only the origin host can add polling. | |
| MobileRTCSDKError | addPolling () | 
| Open create polling in a web browser. | |
| boolean | canEditPolling (String pollingID) | 
| Determine if the host can edit polling. Only the origin host can edit polling. | |
| MobileRTCSDKError | editPolling (String pollingID) | 
| Open edit polling in a web browser. | |
| boolean | canDeletePolling (String pollingID) | 
| Determine if the host can delete polling. Only the origin host can delete polling. | |
| MobileRTCSDKError | deletePolling (String pollingID) | 
| Delete the polling. | |
| boolean | canDuplicatePolling (String pollingID) | 
| Determine if the host can duplicate polling. Only the origin host can duplicate polling. | |
| MobileRTCSDKError | duplicatePolling (String pollingID) | 
| Duplicate the polling. | |
| boolean | canViewPollingResultFromBrowser (String pollingID) | 
| Determine if the user can view polling result from browser.. | |
| MobileRTCSDKError | viewPollingResultFromBrowser (String pollingID) | 
| Open a polling result in the web browser. | |
| List< IPollingItem > | getPollingItemList () | 
| Get the list of poll item. | |
| boolean | canStartPolling (String pollingID) | 
| Determine if the host or co-host can start the polling. | |
| MobileRTCSDKError | startPolling (String pollingID) | 
| Start the polling. | |
| MobileRTCSDKError | stopPolling (String pollingID) | 
| Stop the polling. | |
| boolean | canRestartPolling (String pollingID) | 
| Determine if the host or co-host can restart the polling. | |
| MobileRTCSDKError | restartPolling (String pollingID) | 
| Restart the polling. | |
| boolean | canSharePollingResult (String pollingID) | 
| Determine if the host or co-host can share the poll's result. | |
| MobileRTCSDKError | startSharePollingResult (String pollingID) | 
| Share the poll's result. | |
| MobileRTCSDKError | stopSharePollingResult (String pollingID) | 
| Stop the poll's result. | |
| MobileRTCSDKError | enableGetRightAnswerList (boolean bEnable) | 
| Set to enable show right answer to participants when share quiz's result. | |
| String | getActivePollingID () | 
| Get the active poll's ID. | |
| boolean | canDownloadResult () | 
| Determine if the host can download poll's result from browser. Only the origin host can download. | |
| MobileRTCSDKError | downLoadResult () | 
| Download all stopped poll's result from browser. | |
| MobileRTCSDKError | setAnswerCheck (IPollingAnswerItem answerItem, boolean bCheck) | 
| Attendee set answer's check. This function should only be used by single, matching, rank order, multi, rating scale or drop down questions. | |
| MobileRTCSDKError | setAnswerContent (IPollingAnswerItem answerItem, String answerText) | 
| Attendee set answer's content. This function should only be used by fill blank, short answer and long answer questions. | |
| boolean | canSubmitPolling (String pollingID) | 
| Determine if the attendee can submit the polling. | |
| MobileRTCSDKError | submitPolling (String pollingID) | 
| Submit the polling. | |
Polling controller interface.
Definition at line 8 of file InMeetingPollingController.java.
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.addPolling | ( | ) | 
Open create polling in a web browser.
| boolean us.zoom.sdk.InMeetingPollingController.canAddPolling | ( | ) | 
Determine if the host can add polling. Only the origin host can add polling.
| boolean us.zoom.sdk.InMeetingPollingController.canDeletePolling | ( | String | pollingID | ) | 
Determine if the host can delete polling. Only the origin host can delete polling.
| pollingID | Specify the delete poll's polling ID. | 
| boolean us.zoom.sdk.InMeetingPollingController.canDoPolling | ( | ) | 
Determine whether the current meeting can do the polling.
| boolean us.zoom.sdk.InMeetingPollingController.canDownloadResult | ( | ) | 
Determine if the host can download poll's result from browser. Only the origin host can download.
| boolean us.zoom.sdk.InMeetingPollingController.canDuplicatePolling | ( | String | pollingID | ) | 
Determine if the host can duplicate polling. Only the origin host can duplicate polling.
| pollingID | Specify the duplicate poll's polling ID. | 
| boolean us.zoom.sdk.InMeetingPollingController.canEditPolling | ( | String | pollingID | ) | 
Determine if the host can edit polling. Only the origin host can edit polling.
| pollingID | Specify the edit poll's polling ID. | 
| boolean us.zoom.sdk.InMeetingPollingController.canGetRightAnswerItemList | ( | String | pollingID | ) | 
Determine if the right answer item list can be allowed to get.
| pollingID | Specify the right answer's polling ID. | 
| boolean us.zoom.sdk.InMeetingPollingController.canRestartPolling | ( | String | pollingID | ) | 
Determine if the host or co-host can restart the polling.
| pollingID | Specify the poll's polling ID. | 
| boolean us.zoom.sdk.InMeetingPollingController.canSharePollingResult | ( | String | pollingID | ) | 
Determine if the host or co-host can share the poll's result.
| pollingID | Specify the poll's polling ID. | 
| boolean us.zoom.sdk.InMeetingPollingController.canShowAnswerResultList | ( | String | pollingID | ) | 
Determine if the answer result list can be show.
| pollingID | Specify the answer result's polling ID. | 
| boolean us.zoom.sdk.InMeetingPollingController.canStartPolling | ( | String | pollingID | ) | 
Determine if the host or co-host can start the polling.
| pollingID | Specify the poll's polling ID. | 
| boolean us.zoom.sdk.InMeetingPollingController.canSubmitPolling | ( | String | pollingID | ) | 
Determine if the attendee can submit the polling.
| pollingID | Specify the submit poll's polling ID. | 
| boolean us.zoom.sdk.InMeetingPollingController.canViewPollingResultFromBrowser | ( | String | pollingID | ) | 
Determine if the user can view polling result from browser..
| pollingID | Specify the poll's polling ID.、 remarks Just origin host can duplicate. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.deletePolling | ( | String | pollingID | ) | 
Delete the polling.
| pollingID | Specify the delete poll's polling ID. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.downLoadResult | ( | ) | 
Download all stopped poll's result from browser.
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.duplicatePolling | ( | String | pollingID | ) | 
Duplicate the polling.
| pollingID | Specify the duplicate poll's polling ID. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.editPolling | ( | String | pollingID | ) | 
Open edit polling in a web browser.
| pollingID | Specify the edit poll's polling ID. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.enableGetRightAnswerList | ( | boolean | bEnable | ) | 
Set to enable show right answer to participants when share quiz's result.
| bEnable | true indicates to enable. FALSE not. | 
| String us.zoom.sdk.InMeetingPollingController.getActivePollingID | ( | ) | 
Get the active poll's ID.
| List< IPollingAnswerResultItem > us.zoom.sdk.InMeetingPollingController.getPollingAnswerResultItemList | ( | String | pollingID | ) | 
Get the list of polling answer result item.
| pollingID | Specify the answer result's polling ID. | 
| IPollingItem us.zoom.sdk.InMeetingPollingController.getPollingItemByID | ( | String | pollingID | ) | 
Get the polling item object of specified polling ID.
| pollingID | Specify the polling ID for which you want to get the information. | 
| List< IPollingItem > us.zoom.sdk.InMeetingPollingController.getPollingItemList | ( | ) | 
Get the list of poll item.
| String us.zoom.sdk.InMeetingPollingController.getPollingQuestionImagePath | ( | String | pollingID, | 
| String | pollingQuestionID ) | 
Get the polling question's image path.
| pollingID | Specify the answer's polling ID. | 
| pollingQuestionID | Specify the answer's question ID. | 
| List< IPollingQuestionItem > us.zoom.sdk.InMeetingPollingController.getPollingQuestionItemList | ( | String | pollingID | ) | 
Get the list of poll's question.
| pollingID | Specify the question's polling ID. | 
| List< IPollingAnswerItem > us.zoom.sdk.InMeetingPollingController.getPollingRightAnswerItemList | ( | String | pollingID | ) | 
Get the list of polling question or subquestion's right answer.
| pollingID | Specify the right answer's polling ID. | 
| SDKQuestionCharactersLength us.zoom.sdk.InMeetingPollingController.getQuestionCharactersLengthRange | ( | String | pollingID, | 
| String | pollingQuestionID ) | 
Get the polling question's minimum character and maximum character count. This function can only be used by short answer question and long answer question.
| pollingID | Specify the question's polling ID. | 
| pollingQuestionID | Specify the question's question ID. | 
| boolean us.zoom.sdk.InMeetingPollingController.isQuestionCaseSensitive | ( | String | pollingID, | 
| String | pollingQuestionID ) | 
Determine if the question is case sensitive.
| pollingID | Specify the question's polling ID. | 
| pollingQuestionID | Specify the question's question ID. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.restartPolling | ( | String | pollingID | ) | 
Restart the polling.
| pollingID | Specify the poll's polling ID. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.setAnswerCheck | ( | IPollingAnswerItem | answerItem, | 
| boolean | bCheck ) | 
Attendee set answer's check. This function should only be used by single, matching, rank order, multi, rating scale or drop down questions.
| answerItem | IPollingAnswerItem | 
| bCheck | Specify whether you want to select the answer or not. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.setAnswerContent | ( | IPollingAnswerItem | answerItem, | 
| String | answerText ) | 
Attendee set answer's content. This function should only be used by fill blank, short answer and long answer questions.
| answerItem | IPollingAnswerItem | 
| answerText | Specify you want to reply answer's content. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.setEvent | ( | IMeetingPollingCtrlEvent | pEvent | ) | 
Configure the meeting polling controller callback event handler.
| pEvent | Event object. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.startPolling | ( | String | pollingID | ) | 
Start the polling.
| pollingID | Specify the poll's polling ID. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.startSharePollingResult | ( | String | pollingID | ) | 
Share the poll's result.
| pollingID | Specify the poll's polling ID. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.stopPolling | ( | String | pollingID | ) | 
Stop the polling.
| pollingID | Specify the poll's polling ID. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.stopSharePollingResult | ( | String | pollingID | ) | 
Stop the poll's result.
| pollingID | Specify the poll's polling ID. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.submitPolling | ( | String | pollingID | ) | 
Submit the polling.
| pollingID | Specify the submit poll's polling ID. | 
| MobileRTCSDKError us.zoom.sdk.InMeetingPollingController.viewPollingResultFromBrowser | ( | String | pollingID | ) | 
Open a polling result in the web browser.
| pollingID | Specify the poll's polling ID. |