|
Meeting SDK for macOS API Reference
|
Represents the content of a reminder dialog. More...
#include <ZoomSDKReminderController.h>
Inherits NSObject.
Properties | |
| ZoomSDKReminderType | type |
| Gets the reminder’s type. | |
| NSString * | title |
| Gets the reminder dialog content’s title. | |
| NSString * | content |
| Gets the reminder's detail content dialog content. | |
| BOOL | isBlocking |
| Whether to block the user from joining or staying in the meeting. | |
| ZoomSDKReminderActionType | actionType |
| Gets the action's type which user should take after receiving this reminder content. | |
| NSArray * | multiReminderTypes |
| Gets a list of reminder’s type. | |
Represents the content of a reminder dialog.
Definition at line 14 of file ZoomSDKReminderController.h.
|
readnonatomicassign |
Gets the action's type which user should take after receiving this reminder content.
Definition at line 34 of file ZoomSDKReminderController.h.
|
readnonatomiccopy |
Gets the reminder's detail content dialog content.
Definition at line 26 of file ZoomSDKReminderController.h.
|
readnonatomicassign |
Whether to block the user from joining or staying in the meeting.
Definition at line 30 of file ZoomSDKReminderController.h.
|
readnonatomiccopy |
Gets a list of reminder’s type.
Definition at line 38 of file ZoomSDKReminderController.h.
|
readnonatomiccopy |
Gets the reminder dialog content’s title.
Definition at line 22 of file ZoomSDKReminderController.h.
|
readnonatomicassign |
Gets the reminder’s type.
Definition at line 18 of file ZoomSDKReminderController.h.