com.google.android.gms.appinvite.AppInviteInvitationResult |
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
.
Return the status of the result.