|
Meeting SDK for macOS API Reference
|
Delegate protocol for receiving emoji reaction and feedback events. More...
#include <ZoomSDKReactionController.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - onEmojiReactionReceived:reactionType:reactionSkinTone: |
| Notify receive the emoji reaction. | |
| (void) | - onEmojiReactionReceivedInWebinar: |
| Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar. | |
| (void) | - onEmojiFeedbackReceived:emojiFeedbackType: |
| Emoji feedback received callback. This function is used to inform the user once received the emoji feedback sent by others or user himself. | |
| (void) | - onEmojiFeedbackCanceled: |
| Emoji feedback canceled callback. This function is used to inform the user once the received emoji feedback sent by others or user himself was canceled. | |
Delegate protocol for receiving emoji reaction and feedback events.
Definition at line 15 of file ZoomSDKReactionController.h.
| - (void) onEmojiFeedbackCanceled: | (unsigned int) | userid |
Emoji feedback canceled callback. This function is used to inform the user once the received emoji feedback sent by others or user himself was canceled.
| userid | Specify the user id of the emoji feedback sender. |
| - (void) onEmojiFeedbackReceived: | (unsigned int) | userid | |
| emojiFeedbackType: | (ZoomSDKEmojiFeedbackType) | type |
Emoji feedback received callback. This function is used to inform the user once received the emoji feedback sent by others or user himself.
| userid | Specify the user id of the emoji feedback sender. |
| type | Specify the type of the received emoji feedback. |
| - (void) onEmojiReactionReceived: | (unsigned int) | userid | |
| reactionType: | (ZoomSDKEmojiReactionType) | type | |
| reactionSkinTone: | (ZoomSDKEmojiReactionSkinTone) | skinTone |
Notify receive the emoji reaction.
| userid | The user id of the send emoji reaction. |
| type | The send emoji reaction type. |
| skinTone | The send emoji reaction skinstone. |
| - (void) onEmojiReactionReceivedInWebinar: | (ZoomSDKEmojiReactionType) | type |
Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar.
| type | Specify the type of the received reaction. |