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
 Sets 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 returns ZoomSDKError_success. Otherwise, this function returns an error.

◆ decline

- (ZoomSDKError) decline

Declined the reminder.

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

◆ ignore

- (ZoomSDKError) ignore

Ignore the reminder.

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

◆ isNeedExplicitConsent4AICustomDisclaimer

- (BOOL) isNeedExplicitConsent4AICustomDisclaimer

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

Returns
YES if explicit consent is required (before agreeing to AIC disclaimer, the video and audio will be blocked). Otherwise, NO (explicit consent is not required and video and audio will not be blocked).

◆ setHideFeatureDisclaimers

- (ZoomSDKError) setHideFeatureDisclaimers

Sets not show the disclaimer in subsequent meetings.

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