Firebase. Invites. InviteReceivedEventArgs
Event argument for the InviteReceived event containing the invitation data.
Summary
Inheritance
Inherits from: EventArgs
Constructors and Destructors |
|
---|---|
InviteReceivedEventArgs(string invitationId, System.Uri deepLink, LinkMatchStrength matchStrength)
|
|
InviteReceivedEventArgs(string invitationId, string deepLink, LinkMatchStrength matchStrength)
|
|
InviteReceivedEventArgs(string invitationId, string deepLink, bool isStrongMatch)
|
|
InviteReceivedEventArgs(string invitationId, System.Uri deepLink, bool isStrongMatch)
|
Properties |
|
---|---|
DeepLink
|
System.Uri
The optional deep link.
|
InvitationId
|
string
The optional invitation id.
|
IsStrongMatch
|
bool
Whether the deep link is a "strong match", as defined by the Invites library.
|
MatchStrength
|
Properties
DeepLink
System.Uri DeepLink
The optional deep link.
InvitationId
string InvitationId
The optional invitation id.
IsStrongMatch
bool IsStrongMatch
Whether the deep link is a "strong match", as defined by the Invites library.
MatchStrength
LinkMatchStrength MatchStrength
Public functions
InviteReceivedEventArgs
InviteReceivedEventArgs( string invitationId, System.Uri deepLink, LinkMatchStrength matchStrength )
InviteReceivedEventArgs
InviteReceivedEventArgs( string invitationId, string deepLink, LinkMatchStrength matchStrength )
InviteReceivedEventArgs
InviteReceivedEventArgs( string invitationId, string deepLink, bool isStrongMatch )
InviteReceivedEventArgs
InviteReceivedEventArgs( string invitationId, System.Uri deepLink, bool isStrongMatch )