#include <ZoomSDKReactionController.h>
Inherits <NSObject>.
Definition at line 8 of file ZoomSDKReactionController.h.
◆ onEmojiFeedbackCanceled:
- (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.
- Parameters
-
userid | Specify the user id of the emoji feedback sender. |
◆ 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.
- Parameters
-
userid | Specify the user id of the emoji feedback sender. |
type | Specify the type of the received emoji feedback. |
◆ onEmojiReactionReceived:reactionType:reactionSkinTone:
Notify receive the emoji reaction.
- Parameters
-
userid | The user id of the send emoji reaction. |
type | The send emoji reaction type. |
skinTone | The send emoji reaction skinstone. |
◆ onEmojiReactionReceivedInWebinar:
Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar.
- Parameters
-
type | Specify the type of the received reaction. |