Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKReactionController Class 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< ZoomSDKReactionControllerDelegatedelegate
 Sets or get the delegate to receive emoji reaction and feedback events.
 

Detailed Description

Interface for managing emoji reactions and emoji feedback in Zoom SDK.

Definition at line 51 of file ZoomSDKReactionController.h.

Method Documentation

◆ cancelEmojiFeedback

- (ZoomSDKError) cancelEmojiFeedback

Cancels the emoji feedback.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ getWebinarEmojiReactionDisplayType

- (ZoomSDKEmojiReactionDisplayType) getWebinarEmojiReactionDisplayType

Gets emoji reaction display type in webinar.

Returns
If the function succeeds, it returns the display type of the emoji reaction. Otherwise, the function returns ZoomSDKEmojiReactionDisplayType_None.

◆ isEmojiReactionEnabled

- (BOOL) isEmojiReactionEnabled

Determines if the Reaction function is enabled.

Returns
YES if Reaction function is enable. Otherwise, NO.

◆ sendEmojiFeedback:

- (ZoomSDKError) sendEmojiFeedback: (ZoomSDKEmojiFeedbackType) type

Sends the emoji feedback.

Parameters
typeSpecify the emoji feedback type to be sent.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ sendEmojiReaction:

- (ZoomSDKError) sendEmojiReaction: (ZoomSDKEmojiReactionType) type

Sends emoji reaction.

Parameters
typeThe emoji reaction's type.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ setWebinarEmojiReactionDisplayType:

- (ZoomSDKError) setWebinarEmojiReactionDisplayType: (ZoomSDKEmojiReactionDisplayType) type

Sets emoji reaction display type in webinar.

Parameters
typeThe display type of the emoji reaction.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

Field Documentation

◆ _delegate

- (id<ZoomSDKReactionControllerDelegate>) _delegate
protected

Definition at line 53 of file ZoomSDKReactionController.h.

Property Documentation

◆ delegate

- (id<ZoomSDKReactionControllerDelegate>) delegate
readwritenonatomicassign

Sets or get the delegate to receive emoji reaction and feedback events.

Definition at line 58 of file ZoomSDKReactionController.h.