|
Meeting SDK for macOS API Reference
|
Interface for managing emoji reactions and emoji feedback in Zoom SDK. More...
#include <ZoomSDKReactionController.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isEmojiReactionEnabled |
| Determines if the Reaction function is enabled. | |
| (ZoomSDKError) | - sendEmojiReaction: |
| Sends emoji reaction. | |
| (ZoomSDKError) | - setWebinarEmojiReactionDisplayType: |
| Sets emoji reaction display type in webinar. | |
| (ZoomSDKEmojiReactionDisplayType) | - getWebinarEmojiReactionDisplayType |
| Gets emoji reaction display type in webinar. | |
| (ZoomSDKError) | - sendEmojiFeedback: |
| Sends the emoji feedback. | |
| (ZoomSDKError) | - cancelEmojiFeedback |
| Cancels the emoji feedback. | |
Protected Attributes | |
| id< ZoomSDKReactionControllerDelegate > | _delegate |
Properties | |
| id< ZoomSDKReactionControllerDelegate > | delegate |
| Sets or get the delegate to receive emoji reaction and feedback events. | |
Interface for managing emoji reactions and emoji feedback in Zoom SDK.
Definition at line 51 of file ZoomSDKReactionController.h.
| - (ZoomSDKError) cancelEmojiFeedback |
Cancels the emoji feedback.
References cancelEmojiFeedback.
Referenced by cancelEmojiFeedback.
| - (ZoomSDKEmojiReactionDisplayType) getWebinarEmojiReactionDisplayType |
Gets emoji reaction display type in webinar.
References getWebinarEmojiReactionDisplayType.
Referenced by getWebinarEmojiReactionDisplayType.
| - (BOOL) isEmojiReactionEnabled |
Determines if the Reaction function is enabled.
References isEmojiReactionEnabled.
Referenced by isEmojiReactionEnabled.
| - (ZoomSDKError) sendEmojiFeedback: | (ZoomSDKEmojiFeedbackType) | type |
Sends the emoji feedback.
| type | Specify the emoji feedback type to be sent. |
| - (ZoomSDKError) sendEmojiReaction: | (ZoomSDKEmojiReactionType) | type |
Sends emoji reaction.
| type | The emoji reaction's type. |
| - (ZoomSDKError) setWebinarEmojiReactionDisplayType: | (ZoomSDKEmojiReactionDisplayType) | type |
Sets emoji reaction display type in webinar.
| type | The display type of the emoji reaction. |
|
protected |
Definition at line 53 of file ZoomSDKReactionController.h.
|
readwritenonatomicassign |
Sets or get the delegate to receive emoji reaction and feedback events.
Definition at line 58 of file ZoomSDKReactionController.h.