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