Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKCustomMultiReminderUIConfig Class Reference

#include <ZoomSDKReminderController.h>

Inherits NSObject.

Properties

ZoomSDKCustomMultiReminderUIConfigItemalertConfig
 Set the customized config for multiple reminder alert pop-ups. For more details, see ZoomSDKCustomMultiReminderUIConfigItem.
 
ZoomSDKCustomMultiReminderUIConfigItembannerConfig
 Set the customized config for multiple reminder banner pop-ups. For more details, see ZoomSDKCustomMultiReminderUIConfigItem.
 

Detailed Description

Definition at line 119 of file ZoomSDKReminderController.h.

Property Documentation

◆ alertConfig

- (ZoomSDKCustomMultiReminderUIConfigItem*) alertConfig
readwritenonatomicretain

Set the customized config for multiple reminder alert pop-ups. For more details, see ZoomSDKCustomMultiReminderUIConfigItem.

Definition at line 123 of file ZoomSDKReminderController.h.

◆ bannerConfig

- (ZoomSDKCustomMultiReminderUIConfigItem*) bannerConfig
readwritenonatomicretain

Set the customized config for multiple reminder banner pop-ups. For more details, see ZoomSDKCustomMultiReminderUIConfigItem.

Definition at line 128 of file ZoomSDKReminderController.h.