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

#include <ZoomSDKReminderController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- setMultiReminderDisclaimerUIConfig:
 Set the customized config for multiple reminder pop-ups.
 

Properties

id< ZoomSDKReminderControllerDelegatedelegate
 Reminder callback event handler.
 

Detailed Description

Definition at line 131 of file ZoomSDKReminderController.h.

Method Documentation

◆ setMultiReminderDisclaimerUIConfig:

- (ZoomSDKError) setMultiReminderDisclaimerUIConfig: (ZoomSDKCustomMultiReminderUIConfig *_Nullable) config

Set the customized config for multiple reminder pop-ups.

Parameters
configThe config object. For more details, see ZoomSDKCustomMultiReminderUIConfig.
Returns
If the function succeeds, the return value is ZoomSDKError_Success, Otherwise the function fails.

Property Documentation

◆ delegate

- (id<ZoomSDKReminderControllerDelegate>) delegate
readwritenonatomicassign

Reminder callback event handler.

Definition at line 135 of file ZoomSDKReminderController.h.