Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKPollingQuestionItem Class Reference

Polling question item interface. More...

#include <ZoomSDKPollingController.h>

Inherits NSObject.

Properties

NSString * pollingID
 Polling ID of question item.
 
NSString * pollingQuestionID
 Polling question ID.
 
NSString * pollingQuestionName
 Polling question name.
 
ZoomSDKPollingQuestionType pollingQuestionType
 Polling question type.
 
unsigned int answeredCount
 The count of answered questions.
 
BOOL isRequired
 Determine if is required.
 
NSArray< ZoomSDKPollingQuestionItem * > * pollingSubQuestionItemList
 Get the list of polling question's subquestion.
 
NSArray< ZoomSDKPollingAnswerItem * > * pollingAnswerItemList
 Get the list of polling question or subquestion's answer.
 

Detailed Description

Polling question item interface.

Definition at line 198 of file ZoomSDKPollingController.h.

Property Documentation

◆ answeredCount

- (unsigned int) answeredCount
readnonatomicassign

The count of answered questions.

Definition at line 218 of file ZoomSDKPollingController.h.

◆ isRequired

- (BOOL) isRequired
readnonatomicassign

Determine if is required.

Definition at line 222 of file ZoomSDKPollingController.h.

◆ pollingAnswerItemList

- (NSArray<ZoomSDKPollingAnswerItem*>*) pollingAnswerItemList
readnonatomicretain

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

Definition at line 230 of file ZoomSDKPollingController.h.

◆ pollingID

- (NSString*) pollingID
readnonatomiccopy

Polling ID of question item.

Definition at line 202 of file ZoomSDKPollingController.h.

◆ pollingQuestionID

- (NSString*) pollingQuestionID
readnonatomiccopy

Polling question ID.

Definition at line 206 of file ZoomSDKPollingController.h.

◆ pollingQuestionName

- (NSString*) pollingQuestionName
readnonatomiccopy

Polling question name.

Definition at line 210 of file ZoomSDKPollingController.h.

◆ pollingQuestionType

- (ZoomSDKPollingQuestionType) pollingQuestionType
readnonatomicassign

Polling question type.

Definition at line 214 of file ZoomSDKPollingController.h.

◆ pollingSubQuestionItemList

- (NSArray<ZoomSDKPollingQuestionItem*>*) pollingSubQuestionItemList
readnonatomicretain

Get the list of polling question's subquestion.

Definition at line 226 of file ZoomSDKPollingController.h.