Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCPollingItem Class 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.
 

Detailed Description

Polling item interface.

Definition at line 13 of file MobileRTCMeetingService+Polling.h.

Method Documentation

◆ getPollingID

- (NSString *_Nullable) getPollingID

Gets the polling ID.

Returns
The polling ID.

◆ getPollingName

- (NSString *_Nullable) getPollingName

Gets the polling name.

Returns
The polling name.

◆ getPollingQuestionCount

- (NSInteger) getPollingQuestionCount

Gets the polling question count.

Returns
The polling question count.

◆ getPollingStatus

- (MobileRTCPollingStatus) getPollingStatus

Gets the polling status.

Returns
The polling status.

◆ getPollingType

- (MobileRTCPollingType) getPollingType

Gets the polling type.

Returns
The polling type.

◆ getTotalVotedUserCount

- (NSInteger) getTotalVotedUserCount

Gets the count of total voted users.

Returns
The total voted user count.

◆ isLibraryPolling

- (BOOL) isLibraryPolling

Determines if it is library polling.

Returns
YES if it is library polling. Otherwise, NO.
Note
This function is only available for the library polling.