|
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 32 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 56 of file MobileRTCReminderHelper.h.
|
readwritenonatomiccopy |
The detail content of the reminder dialog.
Definition at line 46 of file MobileRTCReminderHelper.h.
|
readwritenonatomicassign |
Whether block the user join or stay in the meeting.
Definition at line 51 of file MobileRTCReminderHelper.h.
|
readwritenonatomiccopy |
The title of the reminder dialog.
Definition at line 41 of file MobileRTCReminderHelper.h.
|
readwritenonatomicassign |
The type of the reminder.
Definition at line 36 of file MobileRTCReminderHelper.h.