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

Polling answer item interface. More...

#include <MobileRTCMeetingService+Polling.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - getPollingID
 Polling ID of answer item.
 
(NSString *_Nullable) - getPollingQuestionID
 Polling question ID.
 
(NSString *_Nullable) - getPollingSubQuestionID
 Polling sub-question ID.
 
(NSString *_Nullable) - getPollingAnswerID
 Polling answer ID.
 
(NSString *_Nullable) - getPollingAnswerName
 Polling answer name.
 
(NSString *_Nullable) - getPollingAnsweredContent
 Polling answered content.
 
(BOOL) - isChecked
 Determine if is checked.
 

Detailed Description

Polling answer item interface.

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

Method Documentation

◆ getPollingAnsweredContent

- (NSString *_Nullable) getPollingAnsweredContent

Polling answered content.

◆ getPollingAnswerID

- (NSString *_Nullable) getPollingAnswerID

Polling answer ID.

◆ getPollingAnswerName

- (NSString *_Nullable) getPollingAnswerName

Polling answer name.

◆ getPollingID

- (NSString *_Nullable) getPollingID

Polling ID of answer item.

◆ getPollingQuestionID

- (NSString *_Nullable) getPollingQuestionID

Polling question ID.

◆ getPollingSubQuestionID

- (NSString *_Nullable) getPollingSubQuestionID

Polling sub-question ID.

◆ isChecked

- (BOOL) isChecked

Determine if is checked.

Note
This property has no meaning for the corrent answer.