Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IPollingQuestionItem.java
Go to the documentation of this file.
1package us.zoom.sdk;
2import java.util.List;
6public interface IPollingQuestionItem {
7
8 String getPollingID();
9
11
13
15
17
18 boolean isRequired();
19
20 List<IPollingQuestionItem> getPollingSubQuestionItemList();
21
22 List<IPollingAnswerItem> getPollingAnswerItemList();
23}
Enumeration of polling question types. For more information, please visit https://support....
Polling question item interface.
List< IPollingQuestionItem > getPollingSubQuestionItemList()
List< IPollingAnswerItem > getPollingAnswerItemList()
SDKPollingQuestionType getPollingQuestionType()