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

Represents the content of a reminder dialog. More...

#include <ZoomSDKReminderController.h>

Inherits NSObject.

Properties

ZoomSDKReminderType type
 Get the reminder’s type.
 
NSString * title
 Get the reminder dialog content’s title.
 
NSString * content
 Get the detail content of the reminder dialog content.
 
BOOL isBlocking
 Whether to block the user from joining or staying in the meeting.
 
ZoomSDKReminderActionType actionType
 Get the type of the action which user should take after receiving this reminder content.
 
NSArray * multiReminderTypes
 Get a list of reminder’s type.
 

Detailed Description

Represents the content of a reminder dialog.

Definition at line 14 of file ZoomSDKReminderController.h.

Property Documentation

◆ actionType

- (ZoomSDKReminderActionType) actionType
readnonatomicassign

Get the type of the action which user should take after receiving this reminder content.

Definition at line 34 of file ZoomSDKReminderController.h.

◆ content

- (NSString*) content
readnonatomiccopy

Get the detail content of the reminder dialog content.

Definition at line 26 of file ZoomSDKReminderController.h.

◆ isBlocking

- (BOOL) isBlocking
readnonatomicassign

Whether to block the user from joining or staying in the meeting.

Definition at line 30 of file ZoomSDKReminderController.h.

◆ multiReminderTypes

- (NSArray*) multiReminderTypes
readnonatomiccopy

Get a list of reminder’s type.

Definition at line 38 of file ZoomSDKReminderController.h.

◆ title

- (NSString*) title
readnonatomiccopy

Get the reminder dialog content’s title.

Definition at line 22 of file ZoomSDKReminderController.h.

◆ type

- (ZoomSDKReminderType) type
readnonatomicassign

Get the reminder’s type.

Definition at line 18 of file ZoomSDKReminderController.h.