7#import <Foundation/Foundation.h>
22@property(nonatomic,copy,readonly,nullable)NSString *
title;
26@property(nonatomic,copy,readonly,nullable)NSString *
content;
72- (BOOL)isNeedExplicitConsent4AICustomDisclaimer;
115@protocol ZoomSDKReminderControllerDelegate <NSObject>
141@property(nonatomic,assign) NSPoint center;
146@property(nonatomic,retain, nullable) NSColor *backgroundColor;
170@property(nonatomic,assign, nullable) id<ZoomSDKReminderControllerDelegate> delegate;
ZoomSDKMeetingFeatureEnableOption
Enumeration of options to enable a specific meeting feature.
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKReminderType
Enumeration of reminder types.
ZoomSDKReminderActionType
Enumeration of the reminder action type.
Configuration for customizing multiple reminder popups.
UI configuration for a single type of reminder popup.
Handles reminders related to enabling smart features (e.g., smart recording).
Represents the content of a reminder dialog.
ZoomSDKReminderType type
Get the reminder’s type.
NSString * title
Get the reminder dialog content’s title.
NSString * content
Get the detail content of the reminder dialog content.
BOOL isBlocking
Whether to block the user from joining or staying in the meeting.
NSArray * multiReminderTypes
Get a list of reminder’s type.
ZoomSDKReminderActionType actionType
Get the type of the action which user should take after receiving this reminder content.
Provides the interface to respond to a reminder dialog.