|
Meeting SDK for iOS API Reference
|
Polling question item interface. More...
#include <MobileRTCMeetingService+Polling.h>
Inherits NSObject.
Instance Methods | |
| (NSString *_Nullable) | - getPollingID |
| Polling ID of question item. | |
| (NSString *_Nullable) | - getPollingQuestionID |
| Polling question ID. | |
| (NSString *_Nullable) | - getPollingQuestionName |
| Polling question name. | |
| (MobileRTCPollingQuestionType) | - getPollingQuestionType |
| Polling question type. | |
| (NSInteger) | - getAnsweredCount |
| The count of answered questions. | |
| (BOOL) | - isRequired |
| Determine if is required. | |
| (NSArray< MobileRTCPollingQuestionItem * > *_Nullable) | - getPollingSubQuestionItemList |
| Get the list of polling question's subquestion. | |
| (NSArray< MobileRTCPollingAnswerItem * > *_Nullable) | - getPollingAnswerItemList |
| Get the list of polling question or subquestion's answer. | |
Polling question item interface.
Definition at line 99 of file MobileRTCMeetingService+Polling.h.
| - (NSInteger) getAnsweredCount |
The count of answered questions.
| - (NSArray< MobileRTCPollingAnswerItem * > *_Nullable) getPollingAnswerItemList |
Get the list of polling question or subquestion's answer.
| - (NSString *_Nullable) getPollingID |
Polling ID of question item.
| - (NSString *_Nullable) getPollingQuestionID |
Polling question ID.
| - (NSString *_Nullable) getPollingQuestionName |
Polling question name.
| - (MobileRTCPollingQuestionType) getPollingQuestionType |
Polling question type.
| - (NSArray< MobileRTCPollingQuestionItem * > *_Nullable) getPollingSubQuestionItemList |
Get the list of polling question's subquestion.
| - (BOOL) isRequired |
Determine if is required.