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

#import <ZoomSDKReactionController.h>

Inherits NSObject.

Instance Methods

(BOOL) - isEmojiReactionEnabled
 Determine if the Reaction function is enabled.
 
(ZoomSDKError- sendEmojiReaction:reactionSkinTone:
 Send emoji reaction.
 
(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.
 

Protected Attributes

id< ZoomSDKReactionControllerDelegate_delegate
 

Properties

id< ZoomSDKReactionControllerDelegatedelegate
 

Detailed Description

Definition at line 26 of file ZoomSDKReactionController.h.

Method Documentation

◆ 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.

◆ sendEmojiReaction:

- (ZoomSDKError) sendEmojiReaction: (ZoomSDKEmojiReactionType type

Send emoji reaction.

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

◆ sendEmojiReaction:reactionSkinTone:

Send emoji reaction.

Parameters
typeThe type of the emoji reaction.
skinToneThe skintone of the emoji reaction
Returns
If the function succeeds, it will return ZoomSDKError_succuss, 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_succuss. Otherwise the function returns an error.

Field Documentation

◆ _delegate

- (id<ZoomSDKReactionControllerDelegate>) _delegate
protected

Definition at line 28 of file ZoomSDKReactionController.h.

Property Documentation

◆ delegate

- (id<ZoomSDKReactionControllerDelegate>) delegate
readwritenonatomicassign

Definition at line 30 of file ZoomSDKReactionController.h.