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;
175@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
Gets the reminder’s type.
NSString * title
Gets the reminder dialog content’s title.
NSString * content
Gets the reminder's detail content dialog content.
BOOL isBlocking
Whether to block the user from joining or staying in the meeting.
NSArray * multiReminderTypes
Gets a list of reminder’s type.
ZoomSDKReminderActionType actionType
Gets the action's type which user should take after receiving this reminder content.
Controller for managing reminder-related behavior and UI customization.
Provides the interface to respond to a reminder dialog.