|
Meeting SDK for macOS API 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. | |
Polling question item interface.
Definition at line 211 of file ZoomSDKPollingController.h.
|
readnonatomicassign |
The count of answered questions.
Definition at line 231 of file ZoomSDKPollingController.h.
|
readnonatomicassign |
Determine if is required.
Definition at line 235 of file ZoomSDKPollingController.h.
|
readnonatomicretain |
Get the list of polling question or subquestion's answer.
Definition at line 243 of file ZoomSDKPollingController.h.
|
readnonatomiccopy |
Polling ID of question item.
Definition at line 215 of file ZoomSDKPollingController.h.
|
readnonatomiccopy |
Polling question ID.
Definition at line 219 of file ZoomSDKPollingController.h.
|
readnonatomiccopy |
Polling question name.
Definition at line 223 of file ZoomSDKPollingController.h.
|
readnonatomicassign |
Polling question type.
Definition at line 227 of file ZoomSDKPollingController.h.
|
readnonatomicretain |
Get the list of polling question's subquestion.
Definition at line 239 of file ZoomSDKPollingController.h.