Meeting SDK for macOS API Reference
|
Controller for managing reminder-related behavior and UI customization. More...
#include <ZoomSDKReminderController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - setMultiReminderDisclaimerUIConfig: |
Set the customized config for multiple reminder pop-ups. | |
Properties | |
id< ZoomSDKReminderControllerDelegate > | delegate |
Delegate for receiving reminder-related callbacks. | |
Controller for managing reminder-related behavior and UI customization.
Definition at line 171 of file ZoomSDKReminderController.h.
- (ZoomSDKError) setMultiReminderDisclaimerUIConfig: | (ZoomSDKCustomMultiReminderUIConfig *_Nullable) | config |
Set the customized config for multiple reminder pop-ups.
config | The config object. |
|
readwritenonatomicassign |
Delegate for receiving reminder-related callbacks.
Definition at line 175 of file ZoomSDKReminderController.h.