|
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 33 of file MobileRTCReminderHelper.h.
| - (NSArray< NSNumber * > *_Nonnull) getMultiReminderTypes |
Gets a list of reminder types.
References getMultiReminderTypes.
Referenced by getMultiReminderTypes.
|
readwritenonatomicassign |
Gets the type of the action which user should take after receiving this reminder content.
Definition at line 58 of file MobileRTCReminderHelper.h.
|
readwritenonatomiccopy |
The detail content of the reminder dialog.
Definition at line 48 of file MobileRTCReminderHelper.h.
|
readwritenonatomicassign |
Indicates whether to block the user from joining or staying in the meeting.
Definition at line 53 of file MobileRTCReminderHelper.h.
|
readwritenonatomiccopy |
The title of the reminder dialog.
Definition at line 43 of file MobileRTCReminderHelper.h.
|
readwritenonatomicassign |
The type of the reminder.
Definition at line 38 of file MobileRTCReminderHelper.h.