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

Configuration for customizing multiple reminder popups. More...

#include <ZoomSDKReminderController.h>

Inherits NSObject.

Properties

ZoomSDKCustomMultiReminderUIConfigItemalertConfig
 Set the customized config for multiple reminder alert pop-ups.
 
ZoomSDKCustomMultiReminderUIConfigItembannerConfig
 Set the customized config for multiple reminder banner pop-ups.
 

Detailed Description

Configuration for customizing multiple reminder popups.

Definition at line 154 of file ZoomSDKReminderController.h.

Property Documentation

◆ alertConfig

- (ZoomSDKCustomMultiReminderUIConfigItem*) alertConfig
readwritenonatomicretain

Set the customized config for multiple reminder alert pop-ups.

Definition at line 158 of file ZoomSDKReminderController.h.

◆ bannerConfig

- (ZoomSDKCustomMultiReminderUIConfigItem*) bannerConfig
readwritenonatomicretain

Set the customized config for multiple reminder banner pop-ups.

Definition at line 163 of file ZoomSDKReminderController.h.