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

Polling question item interface. More...

#include <MobileRTCMeetingService+Polling.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - getPollingID
 Polling ID of question item.
 
(NSString *_Nullable) - getPollingQuestionID
 Polling question ID.
 
(NSString *_Nullable) - getPollingQuestionName
 Polling question name.
 
(MobileRTCPollingQuestionType- getPollingQuestionType
 Polling question type.
 
(NSInteger) - getAnsweredCount
 The count of answered questions.
 
(BOOL) - isRequired
 Determine if is required.
 
(NSArray< MobileRTCPollingQuestionItem * > *_Nullable) - getPollingSubQuestionItemList
 Get the list of polling question's subquestion.
 
(NSArray< MobileRTCPollingAnswerItem * > *_Nullable) - getPollingAnswerItemList
 Get the list of polling question or subquestion's answer.
 

Detailed Description

Polling question item interface.

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

Method Documentation

◆ getAnsweredCount

- (NSInteger) getAnsweredCount

The count of answered questions.

◆ getPollingAnswerItemList

- (NSArray< MobileRTCPollingAnswerItem * > *_Nullable) getPollingAnswerItemList

Get the list of polling question or subquestion's answer.

◆ getPollingID

- (NSString *_Nullable) getPollingID

Polling ID of question item.

◆ getPollingQuestionID

- (NSString *_Nullable) getPollingQuestionID

Polling question ID.

◆ getPollingQuestionName

- (NSString *_Nullable) getPollingQuestionName

Polling question name.

◆ getPollingQuestionType

- (MobileRTCPollingQuestionType) getPollingQuestionType

Polling question type.

◆ getPollingSubQuestionItemList

- (NSArray< MobileRTCPollingQuestionItem * > *_Nullable) getPollingSubQuestionItemList

Get the list of polling question's subquestion.

◆ isRequired

- (BOOL) isRequired

Determine if is required.