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