Meeting SDK for iOS API 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. | |
The reminder dialog content.
Definition at line 35 of file MobileRTCReminderHelper.h.
- (NSArray< NSNumber * > *_Nonnull) getMultiReminderTypes |
Get a list of reminder’s type.
|
readwritenonatomicassign |
Get the type of the action which user should take after receiving this reminder content.
Definition at line 59 of file MobileRTCReminderHelper.h.
|
readwritenonatomiccopy |
The detail content of the reminder dialog.
Definition at line 49 of file MobileRTCReminderHelper.h.
|
readwritenonatomicassign |
Whether block the user join or stay in the meeting.
Definition at line 54 of file MobileRTCReminderHelper.h.
|
readwritenonatomiccopy |
The title of the reminder dialog.
Definition at line 44 of file MobileRTCReminderHelper.h.
|
readwritenonatomicassign |
The type of the reminder.
Definition at line 39 of file MobileRTCReminderHelper.h.