Meeting SDK for macOS API Reference
|
#include <ZoomSDKReminderController.h>
Inherits NSObject.
Properties | |
ZoomSDKReminderType | type |
NSString * | title |
NSString * | content |
BOOL | isBlocking |
ZoomSDKReminderActionType | actionType |
NSArray * | multiReminderTypes |
Definition at line 7 of file ZoomSDKReminderController.h.
|
readnonatomicassign |
Get the type of the action which user should take after receiving this reminder content.
Definition at line 27 of file ZoomSDKReminderController.h.
|
readnonatomiccopy |
Get the detail content of the reminder dialog content.
Definition at line 19 of file ZoomSDKReminderController.h.
|
readnonatomicassign |
Whether to block the user from joining or staying in the meeting.
Definition at line 23 of file ZoomSDKReminderController.h.
|
readnonatomiccopy |
Get a list of reminder’s type.
Definition at line 31 of file ZoomSDKReminderController.h.
|
readnonatomiccopy |
Get the reminder dialog content’s title.
Definition at line 15 of file ZoomSDKReminderController.h.
|
readnonatomicassign |
Get the reminder’s type.
Definition at line 11 of file ZoomSDKReminderController.h.