This interface was deprecated.
Use FirebaseAppInvite,
returned by
getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData), which
holds the deep link and invitation id.
The result returned by AppInviteApi from
getInvitation(GoogleApiClient, android.app.Activity, boolean). The first time the
api is called after the app is installed from an accepted invitation, or for already
installed apps with the launched activity set as the launchActivity, then the result will
include an intent with the invitation data as indicated by the returned status.
| abstract Intent |
getInvitationIntent()
Get an intent with invitation data including the invitation id and possibly a
deep link if set when creating the invitation.
|
| abstract Status |
getStatus()
Return the status of the result.
|
Get an intent with invitation data including the invitation id and possibly a deep
link if set when creating the invitation. The invitation data is retrieved using
AppInviteReferral.
Return the status of the result.