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.

References accept.

Referenced by accept.

◆ decline

- (ZoomSDKError) decline

Declined the reminder.

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

References decline.

Referenced by decline.

◆ ignore

- (ZoomSDKError) ignore

Ignore the reminder.

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

References ignore.

Referenced by ignore.

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

References isNeedExplicitConsent4AICustomDisclaimer.

Referenced by isNeedExplicitConsent4AICustomDisclaimer.

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

References setHideFeatureDisclaimers.

Referenced by setHideFeatureDisclaimers.