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
 Delegate for receiving reminder-related callbacks.
 

Detailed Description

Definition at line 166 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.
Returns
If the function succeeds, the return value is ZoomSDKError_Success, Otherwise the function fails.

Property Documentation

◆ delegate

- (id<ZoomSDKReminderControllerDelegate>) delegate
readwritenonatomicassign

Delegate for receiving reminder-related callbacks.

Definition at line 170 of file ZoomSDKReminderController.h.