Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCReminderContent Class Reference

The reminder dialog content. More...

#include <MobileRTCReminderHelper.h>

Inherits NSObject.

Instance Methods

(NSArray< NSNumber * > *_Nonnull) - getMultiReminderTypes
 Get a list of reminder’s type.
 

Properties

MobileRTCReminderType type
 The type of the reminder.
 
NSString * title
 The title of the reminder dialog.
 
NSString * content
 The detail content of the reminder dialog.
 
BOOL isBlock
 Whether block the user join or stay in the meeting.
 
MobileRTCReminderActionType actionType
 Get the type of the action which user should take after receiving this reminder content.
 

Detailed Description

The reminder dialog content.

Definition at line 32 of file MobileRTCReminderHelper.h.

Method Documentation

◆ getMultiReminderTypes

- (NSArray< NSNumber * > *_Nonnull) getMultiReminderTypes

Get a list of reminder’s type.

Returns
List of the reminder’s type.

Property Documentation

◆ actionType

- (MobileRTCReminderActionType) actionType
readwritenonatomicassign

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

Definition at line 56 of file MobileRTCReminderHelper.h.

◆ content

- (NSString*) content
readwritenonatomiccopy

The detail content of the reminder dialog.

Definition at line 46 of file MobileRTCReminderHelper.h.

◆ isBlock

- (BOOL) isBlock
readwritenonatomicassign

Whether block the user join or stay in the meeting.

Definition at line 51 of file MobileRTCReminderHelper.h.

◆ title

- (NSString*) title
readwritenonatomiccopy

The title of the reminder dialog.

Definition at line 41 of file MobileRTCReminderHelper.h.

◆ type

- (MobileRTCReminderType) type
readwritenonatomicassign

The type of the reminder.

Definition at line 36 of file MobileRTCReminderHelper.h.