![]() |
Mac SDK
|
Instance Methods | |
| (BOOL) | - isQAEnable |
| Q&A function is available. More... | |
| (NSArray *) | - getAllQuestionList |
| Get all question list. More... | |
| (NSArray *) | - getMyQuestionList |
| Get my question list. More... | |
| (NSArray *) | - getOpenQuestionList |
| Get open question list. More... | |
| (NSArray *) | - getDismissedQuestionList |
| Get dismissed question list. More... | |
| (NSArray *) | - getAnsweredQuestionList |
| Get anwered question list. More... | |
| (ZoomSDKError) | - addQuestionWithQuestionContent:isAnonymous: |
| Attendee to send question. More... | |
| (ZoomSDKError) | - answerQuestionPrivateWithQuestionID:answerContent: |
| Answer questions in private. More... | |
| (ZoomSDKError) | - answerQuestionPublicWithQuestionID:answerContent: |
| Answer questions in public. More... | |
| (ZoomSDKError) | - dismissQuestionWithQuestionID: |
| Dismiss question. More... | |
| (ZoomSDKError) | - reopenQuestionWithQuestionID: |
| Reopen the question. More... | |
| (ZoomSDKError) | - commentQuestionWithQuestionID:commentContent: |
| Comment the question. More... | |
| (ZoomSDKError) | - voteupQuestionWithQuestionID:isEableVokeup: |
| Vote the question. More... | |
| (ZoomSDKError) | - enableAnonnymousSendQuestion: |
| Set attendee can anonnymous send question. More... | |
| (ZoomSDKError) | - enableQAComment: |
| Set attendee comment. More... | |
| (ZoomSDKError) | - enableQAVoteup: |
| Set attendee vote. More... | |
| (ZoomSDKError) | - setAttendeeViewQuestionType: |
| (ZoomSDKQuestionInfo *) | - getQuestionByQuestionID: |
| Get the question object. More... | |
| (BOOL) | - isQAVoteupEnable |
| Determine if the Q&A vote is allowed by the host/co-host. More... | |
| (BOOL) | - isQACommentEnabled |
| Determine if the Q&A comment is allowed by the host/co-host. More... | |
| (BOOL) | - isAllowAskQuestionAnonymously |
| Determine if the ask question anonymous is allowed by the host/co-host. More... | |
| (BOOL) | - isAttendeeCanViewAllQuestions |
| Determine if the Q&A attendee can view all question. More... | |
| (ZoomSDKAnswerInfo *) | - getAnswerByAnswerID: |
| Get the answer object. More... | |
| (ZoomSDKError) | - startLiving: |
| Start answer question on living. More... | |
| (ZoomSDKError) | - endLiving: |
| End answer question on living. More... | |
| (int) | - getOpenQuestionCount |
| Get open question count. More... | |
| (int) | - getDismissedQuestionCount |
| Get dismiss question count. More... | |
| (int) | - getAnsweredQuestionCount |
| Get answered question count. More... | |
| (int) | - getMyQuestionCount |
| Get my question count. More... | |
| (ZoomSDKError) | - deleteQuestion: |
| Deleted question. More... | |
| (ZoomSDKError) | - deleteAnswer: |
| Deleted answer. More... | |
Protected Attributes | |
| id< ZoomSDKQAControllerDelegate > | _delegate |
Properties | |
| id< ZoomSDKQAControllerDelegate > | delegate |
| - (ZoomSDKError) addQuestionWithQuestionContent: | (NSString *) | content | |
| isAnonymous: | (BOOL) | Anonymous | |
Attendee to send question.
| content | The question content of user send. |
| Anonymous | If YES means can anonymous send question.Otherwise not. |
| - (ZoomSDKError) answerQuestionPrivateWithQuestionID: | (NSString *) | questionID | |
| answerContent: | (NSString *) | content | |
Answer questions in private.
| questionID | The answer question ID. |
| content | The answer content. |
| - (ZoomSDKError) answerQuestionPublicWithQuestionID: | (NSString *) | questionID | |
| answerContent: | (NSString *) | content | |
Answer questions in public.
| questionID | The answer question ID. |
| content | The answer content. |
| - (ZoomSDKError) commentQuestionWithQuestionID: | (NSString *) | questionID | |
| commentContent: | (NSString *) | content | |
Comment the question.
| questionID | The comment question ID. |
| content | The comment on the content. |
| - (ZoomSDKError) deleteAnswer: | (NSString *) | answerID |
Deleted answer.
| answerID | The ID of answer. |
| - (ZoomSDKError) deleteQuestion: | (NSString *) | questionID |
Deleted question.
| questionID | The ID of question. |
| - (ZoomSDKError) dismissQuestionWithQuestionID: | (NSString *) | questionID |
Dismiss question.
| questionID | The dismiss question is; |
| - (ZoomSDKError) enableAnonnymousSendQuestion: | (BOOL) | enable |
Set attendee can anonnymous send question.
| enable | If set YES means attendee can anonnymous send question,Otherwise not. |
| - (ZoomSDKError) enableQAComment: | (BOOL) | enable |
Set attendee comment.
| enable | If set YES means attendee can comment,Otherwise not. |
| - (ZoomSDKError) enableQAVoteup: | (BOOL) | enable |
Set attendee vote.
| enable | If set YES means attendee can vote,Otherwise not. |
| - (ZoomSDKError) endLiving: | (NSString *) | questionId |
End answer question on living.
| questionId | The ID of question. |
| - (NSArray*) getAllQuestionList |
Get all question list.
| - (ZoomSDKAnswerInfo *) getAnswerByAnswerID: | (NSString *) | answerID |
Get the answer object.
| answerID | The ID of answer. |
| - (int) getAnsweredQuestionCount |
Get answered question count.
| - (NSArray*) getAnsweredQuestionList |
Get anwered question list.
| - (int) getDismissedQuestionCount |
Get dismiss question count.
| - (NSArray*) getDismissedQuestionList |
Get dismissed question list.
| - (int) getMyQuestionCount |
Get my question count.
| - (NSArray*) getMyQuestionList |
Get my question list.
| - (int) getOpenQuestionCount |
Get open question count.
| - (NSArray*) getOpenQuestionList |
Get open question list.
| - (ZoomSDKQuestionInfo*) getQuestionByQuestionID: | (NSString *) | questionID |
Get the question object.
| questionID | The ID of question. |
| - (BOOL) isAllowAskQuestionAnonymously |
Determine if the ask question anonymous is allowed by the host/co-host.
| - (BOOL) isAttendeeCanViewAllQuestions |
Determine if the Q&A attendee can view all question.
| - (BOOL) isQACommentEnabled |
Determine if the Q&A comment is allowed by the host/co-host.
| - (BOOL) isQAEnable |
Q&A function is available.
| - (BOOL) isQAVoteupEnable |
Determine if the Q&A vote is allowed by the host/co-host.
| - (ZoomSDKError) reopenQuestionWithQuestionID: | (NSString *) | questionID |
Reopen the question.
| questionID | The reopen question is. |
| - (ZoomSDKError) setAttendeeViewQuestionType: | (AttendeeViewQuestionType) | type |
| type | The enumeration of AttendeeViewQuestionType,if type is viewType_OnlyAnswered_Question,attendee only view the answered question,if type is viewType_All_Question,attendee can view all question |
| - (ZoomSDKError) startLiving: | (NSString *) | questionId |
Start answer question on living.
| questionId | The ID of question. |
| - (ZoomSDKError) voteupQuestionWithQuestionID: | (NSString *) | questionID | |
| isEableVokeup: | (BOOL) | enable | |
Vote the question.
| questionID | The vote question ID. |
| enable | If YES means vote the question,otherwise cancel vote. |