9#import <Foundation/Foundation.h>
10#import <UIKit/UIKit.h>
19@protocol MobileRTCReminderDelegate <NSObject>
44@property (nonatomic, copy, nullable) NSString *
title;
49@property (nonatomic, copy, nullable) NSString *
content;
54@property (nonatomic, assign) BOOL
isBlock;
99- (BOOL)isNeedExplicitConsent4AICustomDisclaimer;
112@property(nonatomic, assign) CGPoint center;
116@property(nonatomic, strong) UIColor * _Nullable backgroundColor;
128@property (weak, nonatomic) id<MobileRTCReminderDelegate> _Nullable reminderDelegate;
MobileRTCSDKError
Enumeration of SDK error.
MobileRTCReminderActionType
Enumeration of the reminder action type.
MobileRTCReminderType
Enumeration of reminder types.
Config for the simplify dislciamer banner.
The reminder dialog content.
NSString * title
The title of the reminder dialog.
BOOL isBlock
Whether block the user join or stay in the meeting.
MobileRTCReminderActionType actionType
Get the type of the action which user should take after receiving this reminder content.
NSString * content
The detail content of the reminder dialog.
MobileRTCReminderType type
The type of the reminder.
NSArray< NSNumber * > *_Nonnull getMultiReminderTypes()
Get a list of reminder’s type.
The interface to handle the reminder dialog.