Firebase. Invites. FirebaseInvites
Summary
FirebaseInvites is a cross-platform solution for sending personalized email and SMS invitations, on-boarding users, and measuring the impact of invitations or dynamic links.
Events |
|
|---|---|
ErrorReceived
|
static System.EventHandler< InviteErrorReceivedEventArgs >
Called when an error occurs trying to fetch the invitation information.
|
InviteNotReceived
|
static System.EventHandler
Called when there was no invitation or dynamic link used to open the app.
|
InviteReceived
|
static System.EventHandler< InviteReceivedEventArgs >
Called on the client when an invite arrives.
|
Public static functions |
|
|---|---|
ConvertInvitationAsync(string invitationId)
|
|
SendInviteAsync(Invite invite)
|
|
Events
ErrorReceived
static System.EventHandler< InviteErrorReceivedEventArgs > ErrorReceived
Called when an error occurs trying to fetch the invitation information.
InviteNotReceived
static System.EventHandler InviteNotReceived
Called when there was no invitation or dynamic link used to open the app.
InviteReceived
static System.EventHandler< InviteReceivedEventArgs > InviteReceived
Called on the client when an invite arrives.
Public static functions
ConvertInvitationAsync
System.Threading.Tasks.Task ConvertInvitationAsync( string invitationId )
SendInviteAsync
System.Threading.Tasks.Task< SendInviteResult > SendInviteAsync( Invite invite )

