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

A class that contains reminder dialog content. More...

#include <MobileRTCReminderHelper.h>

Inherits NSObject.

Instance Methods

(NSArray< NSNumber * > *_Nonnull) - getMultiReminderTypes
 Gets a list of reminder types.
 

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
 Indicates whether to block the user from joining or staying in the meeting.
 
MobileRTCReminderActionType actionType
 Gets the type of the action which user should take after receiving this reminder content.
 

Detailed Description

A class that contains reminder dialog content.

Definition at line 32 of file MobileRTCReminderHelper.h.

Method Documentation

◆ getMultiReminderTypes

- (NSArray< NSNumber * > *_Nonnull) getMultiReminderTypes

Gets a list of reminder types.

Returns
The list of reminder types.

Property Documentation

◆ actionType

- (MobileRTCReminderActionType) actionType
readwritenonatomicassign

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

Definition at line 57 of file MobileRTCReminderHelper.h.

◆ content

- (NSString*) content
readwritenonatomiccopy

The detail content of the reminder dialog.

Definition at line 47 of file MobileRTCReminderHelper.h.

◆ isBlock

- (BOOL) isBlock
readwritenonatomicassign

Indicates whether to block the user from joining or staying in the meeting.

Definition at line 52 of file MobileRTCReminderHelper.h.

◆ title

- (NSString*) title
readwritenonatomiccopy

The title of the reminder dialog.

Definition at line 42 of file MobileRTCReminderHelper.h.

◆ type

- (MobileRTCReminderType) type
readwritenonatomicassign

The type of the reminder.

Definition at line 37 of file MobileRTCReminderHelper.h.