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
 Gets the polling ID of the answer 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.
(NSString *_Nullable) - getPollingAnsweredContent
 Gets the polling answered content.
(BOOL) - isChecked
 Determines if it is checked.

Detailed Description

Polling answer item interface.

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

Method Documentation

◆ getPollingAnsweredContent

- (NSString *_Nullable) getPollingAnsweredContent

Gets the polling answered content.

Returns
The polling answered content.

References getPollingAnsweredContent.

Referenced by getPollingAnsweredContent.

◆ getPollingAnswerID

- (NSString *_Nullable) getPollingAnswerID

Gets the polling answer ID.

Returns
The polling answer ID.

References getPollingAnswerID.

Referenced by getPollingAnswerID.

◆ getPollingAnswerName

- (NSString *_Nullable) getPollingAnswerName

Gets the polling answer name.

Returns
The polling answer name.

References getPollingAnswerName.

Referenced by getPollingAnswerName.

◆ getPollingID

- (NSString *_Nullable) getPollingID

Gets the polling ID of the answer item.

Returns
The polling ID.

References getPollingID.

Referenced by getPollingID.

◆ getPollingQuestionID

- (NSString *_Nullable) getPollingQuestionID

Gets the polling question ID.

Returns
The polling question ID.

References getPollingQuestionID.

Referenced by getPollingQuestionID.

◆ getPollingSubQuestionID

- (NSString *_Nullable) getPollingSubQuestionID

Gets the polling sub-question ID.

Returns
The polling sub-question ID.

References getPollingSubQuestionID.

Referenced by getPollingSubQuestionID.

◆ isChecked

- (BOOL) isChecked

Determines if it is checked.

Returns
YES if checked. Otherwise, NO.
Note
This property has no meaning for the correct answer.

References isChecked.

Referenced by isChecked.