|
Meeting SDK for iOS API Reference
|
Polling item interface. More...
#include <MobileRTCMeetingService+Polling.h>
Inherits NSObject.
Instance Methods | |
| (NSString *_Nullable) | - getPollingID |
| Polling ID. | |
| (NSString *_Nullable) | - getPollingName |
| Polling name. | |
| (MobileRTCPollingType) | - getPollingType |
| Polling type. | |
| (MobileRTCPollingStatus) | - getPollingStatus |
| Polling status. | |
| (NSInteger) | - getPollingQuestionCount |
| Polling question count. | |
| (NSInteger) | - getTotalVotedUserCount |
| Count of total voted users. | |
| (BOOL) | - isLibraryPolling |
| Determine if is library polling. | |
Polling item interface.
Definition at line 13 of file MobileRTCMeetingService+Polling.h.
| - (NSString *_Nullable) getPollingID |
Polling ID.
| - (NSString *_Nullable) getPollingName |
Polling name.
| - (NSInteger) getPollingQuestionCount |
Polling question count.
| - (MobileRTCPollingStatus) getPollingStatus |
Polling status.
| - (MobileRTCPollingType) getPollingType |
Polling type.
| - (NSInteger) getTotalVotedUserCount |
Count of total voted users.
| - (BOOL) isLibraryPolling |
Determine if is library polling.