AppInviteApi |
This interface is deprecated.
getInstance() is the
main entry point for accessing Dynamic Link data and use getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData)
for getting AppInvites data from the Dynamic Link data.
|
AppInviteInvitationResult |
This interface is deprecated.
Use FirebaseAppInvite , returned by getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData) ,
which holds the deep link and invitation id.
|
AppInvite |
This class is deprecated.
Use getInstance() for the main entry point for accessing
Dynamic Link data and getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData)
for getting AppInvites data from the Dynamic Link data.
|
AppInviteInvitation | Launches an Activity for the user to select invitees and send invitations. |
AppInviteInvitation.IntentBuilder | Build an Intent to launch the invitation Activity to create and send invitations. |
AppInviteReferral |
This class is deprecated.
Use FirebaseAppInvite , returned by getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData) ,
which holds the deep link and invitation id.
|