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