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
 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.

Detailed Description

Represents the content of a reminder dialog.

Definition at line 15 of file ZoomSDKReminderController.h.

Property Documentation

◆ actionType

- (ZoomSDKReminderActionType) actionType
readnonatomicassign

Gets the action's type which user should take after receiving this reminder content.

Definition at line 35 of file ZoomSDKReminderController.h.

◆ content

- (NSString*) content
readnonatomiccopy

Gets the reminder's detail content dialog content.

Definition at line 27 of file ZoomSDKReminderController.h.

◆ isBlocking

- (BOOL) isBlocking
readnonatomicassign

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

Definition at line 31 of file ZoomSDKReminderController.h.

◆ multiReminderTypes

- (NSArray*) multiReminderTypes
readnonatomiccopy

Gets a list of reminder’s type.

Definition at line 39 of file ZoomSDKReminderController.h.

◆ title

- (NSString*) title
readnonatomiccopy

Gets the reminder dialog content’s title.

Definition at line 23 of file ZoomSDKReminderController.h.

◆ type

- (ZoomSDKReminderType) type
readnonatomicassign

Gets the reminder’s type.

Definition at line 19 of file ZoomSDKReminderController.h.