|
Meeting SDK for iOS API Reference
|
Polling answer item interface. More...
#include <MobileRTCMeetingService+Polling.h>
Inherits NSObject.
Instance Methods | |
| (NSString *_Nullable) | - getPollingID |
| Gets the polling ID of the answer item. | |
| (NSString *_Nullable) | - getPollingQuestionID |
| Gets the polling question ID. | |
| (NSString *_Nullable) | - getPollingSubQuestionID |
| Gets the polling sub-question ID. | |
| (NSString *_Nullable) | - getPollingAnswerID |
| Gets the polling answer ID. | |
| (NSString *_Nullable) | - getPollingAnswerName |
| Gets the polling answer name. | |
| (NSString *_Nullable) | - getPollingAnsweredContent |
| Gets the polling answered content. | |
| (BOOL) | - isChecked |
| Determines if it is checked. | |
Polling answer item interface.
Definition at line 56 of file MobileRTCMeetingService+Polling.h.
| - (NSString *_Nullable) getPollingAnsweredContent |
Gets the polling answered content.
| - (NSString *_Nullable) getPollingAnswerID |
Gets the polling answer ID.
| - (NSString *_Nullable) getPollingAnswerName |
Gets the polling answer name.
| - (NSString *_Nullable) getPollingID |
Gets the polling ID of the answer item.
| - (NSString *_Nullable) getPollingQuestionID |
Gets the polling question ID.
| - (NSString *_Nullable) getPollingSubQuestionID |
Gets the polling sub-question ID.
| - (BOOL) isChecked |
Determines if it is checked.