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

Provides the interface to respond to a reminder dialog. More...

#include <ZoomSDKReminderController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- accept
 Accept the reminder.
 
(ZoomSDKError- decline
 Declined the reminder.
 
(ZoomSDKError- ignore
 Ignore the reminder.
 
(ZoomSDKError- setHideFeatureDisclaimers
 Set not show the disclaimer in subsequent meetings.
 
(BOOL) - isNeedExplicitConsent4AICustomDisclaimer
 Is need explicit consent for AI custom disclaimer. Only valid for ZoomSDKReminderType_CustomAICompanionDisclaimer.
 

Detailed Description

Provides the interface to respond to a reminder dialog.

Definition at line 46 of file ZoomSDKReminderController.h.

Method Documentation

◆ accept

- (ZoomSDKError) accept

Accept the reminder.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

◆ decline

- (ZoomSDKError) decline

Declined the reminder.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

◆ ignore

- (ZoomSDKError) ignore

Ignore the reminder.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

◆ isNeedExplicitConsent4AICustomDisclaimer

- (BOOL) isNeedExplicitConsent4AICustomDisclaimer

Is need explicit consent for AI custom disclaimer. Only valid for ZoomSDKReminderType_CustomAICompanionDisclaimer.

Returns
YES means explicit consent is required. Before agreeing to AIC disclaimer, the user's video and audio will be blocked. NO means explicit consent is not required and video and audio will not be blocked.

◆ setHideFeatureDisclaimers

- (ZoomSDKError) setHideFeatureDisclaimers

Set not show the disclaimer in subsequent meetings.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.