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.

References getPollingID.

Referenced by getPollingID.

◆ getPollingName

- (NSString *_Nullable) getPollingName

Gets the polling name.

Returns
The polling name.

References getPollingName.

Referenced by getPollingName.

◆ getPollingQuestionCount

- (NSInteger) getPollingQuestionCount

Gets the polling question count.

Returns
The polling question count.

References getPollingQuestionCount.

Referenced by getPollingQuestionCount.

◆ getPollingStatus

- (MobileRTCPollingStatus) getPollingStatus

Gets the polling status.

Returns
The polling status.

References getPollingStatus.

Referenced by getPollingStatus.

◆ getPollingType

- (MobileRTCPollingType) getPollingType

Gets the polling type.

Returns
The polling type.

References getPollingType.

Referenced by getPollingType.

◆ getTotalVotedUserCount

- (NSInteger) getTotalVotedUserCount

Gets the count of total voted users.

Returns
The total voted user count.

References getTotalVotedUserCount.

Referenced by getTotalVotedUserCount.

◆ 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.

References isLibraryPolling.

Referenced by isLibraryPolling.