Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKReactionController Class Reference

#include <ZoomSDKReactionController.h>

Inherits NSObject.

Instance Methods

(BOOL) - isEmojiReactionEnabled
 Determine if the Reaction function is enabled.
 
(ZoomSDKError- sendEmojiReaction:
 Send emoji reaction.
 
(ZoomSDKError- setWebinarEmojiReactionDisplayType:
 Set emoji reaction display type in webinar.
 
(ZoomSDKEmojiReactionDisplayType- getWebinarEmojiReactionDisplayType
 Get emoji reaction display type in webinar. For more details see ZoomSDKEmojiReactionDisplayType.
 
(ZoomSDKError- sendEmojiFeedback:
 Send the emoji feedback.
 
(ZoomSDKError- cancelEmojiFeedback
 Cancel the emoji feedback.
 

Protected Attributes

id< ZoomSDKReactionControllerDelegate_delegate
 

Properties

id< ZoomSDKReactionControllerDelegatedelegate
 

Detailed Description

Definition at line 39 of file ZoomSDKReactionController.h.

Method Documentation

◆ cancelEmojiFeedback

- (ZoomSDKError) cancelEmojiFeedback

Cancel the emoji feedback.

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

◆ getWebinarEmojiReactionDisplayType

- (ZoomSDKEmojiReactionDisplayType) getWebinarEmojiReactionDisplayType

Get emoji reaction display type in webinar. For more details see ZoomSDKEmojiReactionDisplayType.

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

◆ isEmojiReactionEnabled

- (BOOL) isEmojiReactionEnabled

Determine if the Reaction function is enabled.

Returns
YES means Reaction function is enable,otherwise not.

◆ sendEmojiFeedback:

- (ZoomSDKError) sendEmojiFeedback: (ZoomSDKEmojiFeedbackType) type

Send the emoji feedback.

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

◆ sendEmojiReaction:

- (ZoomSDKError) sendEmojiReaction: (ZoomSDKEmojiReactionType) type

Send emoji reaction.

Parameters
typeThe type of the emoji reaction.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ setWebinarEmojiReactionDisplayType:

- (ZoomSDKError) setWebinarEmojiReactionDisplayType: (ZoomSDKEmojiReactionDisplayType) type

Set emoji reaction display type in webinar.

Parameters
typeThe display type of the emoji reaction. For more details see ZoomSDKEmojiReactionDisplayType.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function returns an error.

Field Documentation

◆ _delegate

- (id<ZoomSDKReactionControllerDelegate>) _delegate
protected

Definition at line 41 of file ZoomSDKReactionController.h.

Property Documentation

◆ delegate

- (id<ZoomSDKReactionControllerDelegate>) delegate
readwritenonatomicassign

Definition at line 43 of file ZoomSDKReactionController.h.