macOS SDK API Reference
|
#import <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. | |
Definition at line 8 of file ZoomSDKReactionController.h.
- (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. |