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
 Polling ID of answer result item.
 
(NSString *_Nullable) - getPollingQuestionID
 Polling queston ID.
 
(NSString *_Nullable) - getPollingSubQuestionID
 Polling sub-queston ID.
 
(NSString *_Nullable) - getPollingAnswerID
 Polling answer ID.
 
(NSString *_Nullable) - getPollingAnswerName
 Polling answer name.
 
(NSInteger) - getSelectedCount
 Query how many participants selected this answer.
 

Detailed Description

Polling answer result item interface.

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

Method Documentation

◆ getPollingAnswerID

- (NSString *_Nullable) getPollingAnswerID

Polling answer ID.

◆ getPollingAnswerName

- (NSString *_Nullable) getPollingAnswerName

Polling answer name.

◆ getPollingID

- (NSString *_Nullable) getPollingID

Polling ID of answer result item.

◆ getPollingQuestionID

- (NSString *_Nullable) getPollingQuestionID

Polling queston ID.

◆ getPollingSubQuestionID

- (NSString *_Nullable) getPollingSubQuestionID

Polling sub-queston ID.

◆ getSelectedCount

- (NSInteger) getSelectedCount

Query how many participants selected this answer.