ReceivedInvite
class ReceivedInvite : NSObject
The class that represents a received invitation.
-
The invite ID that was passed to the app.
Declaration
Swift
var inviteId: String { get }
-
The deep link that was passed to the app.
Declaration
Swift
var deepLink: String { get }
-
The match type of the received invitation.
Declaration
Swift
var matchType: ReceivedInviteMatchType { get }