| AppInviteInvitation.IntentBuilder.PlatformMode | Mode for checking platform types. |
| AppInviteApi | This interface was 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 was deprecated. Use
FirebaseAppInvite,
returned by
getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData),
which holds the deep link and invitation id. |
| AppInvite | This class was 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 was deprecated. Use FirebaseAppInvite,
returned by
getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData),
which holds the deep link and invitation id. |