Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingInviteActionItem Class Reference

#import <MobileRTCMeetingActionItem.h>

Inherits NSObject.

Class Methods

(id _Nonnull) + itemWithTitle:Action:
 

Properties

NSString *_Nullable actionTitle
 The title of the custom invitation items.
 
MobileRTCMeetingInviteActionItemBlock _Nullable actionHandler
 Callback event of clicking the invitation item.
 

Detailed Description

Definition at line 17 of file MobileRTCMeetingActionItem.h.

Method Documentation

◆ itemWithTitle:Action:

+ (id _Nonnull) itemWithTitle: (NSString *_Nullable)  inTitle
Action: (MobileRTCMeetingInviteActionItemBlock _Nullable)  actionHandler 

Property Documentation

◆ actionHandler

- (MobileRTCMeetingInviteActionItemBlock _Nullable) actionHandler
readwritenonatomiccopy

Callback event of clicking the invitation item.

Definition at line 25 of file MobileRTCMeetingActionItem.h.

◆ actionTitle

- (NSString* _Nullable) actionTitle
readwritenonatomicretain

The title of the custom invitation items.

Definition at line 21 of file MobileRTCMeetingActionItem.h.