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

Controller for managing reminder-related behavior and UI customization. More...

#include <ZoomSDKReminderController.h>

Inherits NSObject.

Instance Methods

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

Properties

id< ZoomSDKReminderControllerDelegatedelegate
 Delegate for receiving reminder-related callbacks.
 

Detailed Description

Controller for managing reminder-related behavior and UI customization.

Definition at line 171 of file ZoomSDKReminderController.h.

Method Documentation

◆ setMultiReminderDisclaimerUIConfig:

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

Sets the customized config for multiple reminder pop-ups.

Parameters
configThe config object.
Returns
If the function succeeds, it returns ZoomSDKError_success. Otherwise, this function returns an error.

Property Documentation

◆ delegate

- (id<ZoomSDKReminderControllerDelegate>) delegate
readwritenonatomicassign

Delegate for receiving reminder-related callbacks.

Definition at line 175 of file ZoomSDKReminderController.h.