|
Meeting SDK for iOS API Reference
|
A class for adding custom invitation action items to the meeting. More...
#include <MobileRTCMeetingActionItem.h>
Inherits NSObject.
Class Methods | |
| (id _Nonnull) | + itemWithTitle:Action: |
| Creates an item with title and action handler. | |
Properties | |
| NSString *_Nullable | actionTitle |
| The title of the custom invitation item. | |
| MobileRTCMeetingInviteActionItemBlock _Nullable | actionHandler |
| Callback event when clicking the invitation item. | |
A class for adding custom invitation action items to the meeting.
Definition at line 18 of file MobileRTCMeetingActionItem.h.
| + (id _Nonnull) itemWithTitle: | (NSString *_Nullable) | inTitle | |
| Action: | (MobileRTCMeetingInviteActionItemBlock _Nullable) | actionHandler |
Creates an item with title and action handler.
| inTitle | The title of the item. |
| actionHandler | The action handler block. |
|
readwritenonatomiccopy |
Callback event when clicking the invitation item.
Definition at line 28 of file MobileRTCMeetingActionItem.h.
|
readwritenonatomicretain |
The title of the custom invitation item.
Definition at line 23 of file MobileRTCMeetingActionItem.h.