com.google.android.gms.appinvite.AppInviteInvitationResult |
This interface is 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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get an intent with invitation data including the invitation id and possibly
a deep link if set when creating the invitation.
| |||||||||||
Return the status of the result.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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
.
Returns | |
---|---|
Intent |
An intent with invitation data or null. |
Return the status of the result.
Returns | |
---|---|
Status |
Status is RESULT_SUCCESS if invitation intent is set, otherwise is RESULT_CANCELED and the invitation intent is null. |