Meeting SDK for macOS API Reference
|
#include <ZoomSDKReminderController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - setMultiReminderDisclaimerUIConfig: |
Set the customized config for multiple reminder pop-ups. | |
Properties | |
id< ZoomSDKReminderControllerDelegate > | delegate |
Reminder callback event handler. | |
Definition at line 131 of file ZoomSDKReminderController.h.
- (ZoomSDKError) setMultiReminderDisclaimerUIConfig: | (ZoomSDKCustomMultiReminderUIConfig *_Nullable) | config |
Set the customized config for multiple reminder pop-ups.
config | The config object. For more details, see ZoomSDKCustomMultiReminderUIConfig. |
|
readwritenonatomicassign |
Reminder callback event handler.
Definition at line 135 of file ZoomSDKReminderController.h.