Meeting SDK for macOS API 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 . | |
Provides the interface to respond to a reminder dialog.
Definition at line 46 of file ZoomSDKReminderController.h.
- (ZoomSDKError) accept |
Accept the reminder.
- (ZoomSDKError) decline |
Declined the reminder.
- (ZoomSDKError) ignore |
Ignore the reminder.
- (BOOL) isNeedExplicitConsent4AICustomDisclaimer |
Is need explicit consent for AI custom disclaimer. Only valid for ZoomSDKReminderType_CustomAICompanionDisclaimer
.
- (ZoomSDKError) setHideFeatureDisclaimers |
Set not show the disclaimer in subsequent meetings.