|
Meeting SDK for iOS API 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. | |
A class that contains reminder dialog content.
Definition at line 32 of file MobileRTCReminderHelper.h.
| - (NSArray< NSNumber * > *_Nonnull) getMultiReminderTypes |
Gets a list of reminder types.
|
readwritenonatomicassign |
Gets the type of the action which user should take after receiving this reminder content.
Definition at line 57 of file MobileRTCReminderHelper.h.
|
readwritenonatomiccopy |
The detail content of the reminder dialog.
Definition at line 47 of file MobileRTCReminderHelper.h.
|
readwritenonatomicassign |
Indicates whether to block the user from joining or staying in the meeting.
Definition at line 52 of file MobileRTCReminderHelper.h.
|
readwritenonatomiccopy |
The title of the reminder dialog.
Definition at line 42 of file MobileRTCReminderHelper.h.
|
readwritenonatomicassign |
The type of the reminder.
Definition at line 37 of file MobileRTCReminderHelper.h.