FIRReceivedInvite
@interface FIRReceivedInvite : NSObject
The class that represents a received invitation.
-
The invite ID that was passed to the app.
Declaration
Objective-C
@property (readonly, copy, nonatomic) NSString *_Nonnull inviteId;
-
The deep link that was passed to the app.
Declaration
Objective-C
@property (readonly, copy, nonatomic) NSString *_Nonnull deepLink;
-
The match type of the received invitation.
Declaration
Objective-C
@property (readonly, assign, nonatomic) FIRReceivedInviteMatchType matchType;