iOS SDK API Reference
|
Add custom invitation action items to the meeting.
More...
#import <MobileRTCMeetingActionItem.h>
Inherits NSObject.
Class Methods | |
(id _Nonnull) | + itemWithTitle:Action: |
Properties | |
NSString *_Nonnull | actionTitle |
The title of the custom invitation items. | |
MobileRTCMeetingInviteActionItemBlock _Nonnull | actionHandler |
Callback event of clicking the invitation item. | |
Add custom invitation action items to the meeting.
Definition at line 17 of file MobileRTCMeetingActionItem.h.
+ (id _Nonnull) itemWithTitle: | (NSString *_Nonnull) | inTitle | |
Action: | (MobileRTCMeetingInviteActionItemBlock _Nonnull) | actionHandler | |
|
readwritenonatomiccopy |
Callback event of clicking the invitation item.
Definition at line 25 of file MobileRTCMeetingActionItem.h.
|
readwritenonatomicretain |
The title of the custom invitation items.
Definition at line 21 of file MobileRTCMeetingActionItem.h.