Package us.zoom.sdk

Interface IEmojiReactionControllerEvent


  • public interface IEmojiReactionControllerEvent
    • Method Detail

      • onEmojiReactionReceived

        void onEmojiReactionReceived​(long sender_id,
                                     SDKEmojiReactionType type)
        Emoji reaction callback. This function is used to inform the user once received the reaction sent by others or user himself.
        Parameters:
        sender_id - Specify the user id of the reaction sender.
        type - Specify the type of the received reaction. SDKEmojiReactionType
      • onEmojiReactionReceivedInWebinar

        void onEmojiReactionReceivedInWebinar​(SDKEmojiReactionType type)
        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. See SDKEmojiReactionType
      • onEmojiFeedbackReceived

        void onEmojiFeedbackReceived​(long userId,
                                     MobileRTCEmojiFeedbackType feedbackType)
        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.
        feedbackType - Specify the type of the received emoji feedback.
      • onEmojiFeedbackCanceled

        void onEmojiFeedbackCanceled​(long 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.