Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCPollingAnswerResultItem Class Reference

Polling answer result item interface. More...

#include <MobileRTCMeetingService+Polling.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - getPollingID
 Gets the polling ID of the answer result item.
 
(NSString *_Nullable) - getPollingQuestionID
 Gets the polling question ID.
 
(NSString *_Nullable) - getPollingSubQuestionID
 Gets the polling sub-question ID.
 
(NSString *_Nullable) - getPollingAnswerID
 Gets the polling answer ID.
 
(NSString *_Nullable) - getPollingAnswerName
 Gets the polling answer name.
 
(NSInteger) - getSelectedCount
 Queries how many participants selected this answer.
 

Detailed Description

Polling answer result item interface.

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

Method Documentation

◆ getPollingAnswerID

- (NSString *_Nullable) getPollingAnswerID

Gets the polling answer ID.

Returns
The polling answer ID.

◆ getPollingAnswerName

- (NSString *_Nullable) getPollingAnswerName

Gets the polling answer name.

Returns
The polling answer name.

◆ getPollingID

- (NSString *_Nullable) getPollingID

Gets the polling ID of the answer result item.

Returns
The polling ID.

◆ getPollingQuestionID

- (NSString *_Nullable) getPollingQuestionID

Gets the polling question ID.

Returns
The polling question ID.

◆ getPollingSubQuestionID

- (NSString *_Nullable) getPollingSubQuestionID

Gets the polling sub-question ID.

Returns
The polling sub-question ID.

◆ getSelectedCount

- (NSInteger) getSelectedCount

Queries how many participants selected this answer.

Returns
The selected count.