java.lang.Object | |
↳ | com.google.android.gms.appinvite.AppInviteInvitation |
Launches an Activity for the user to select invitees and send invitations. Provides an Intent builder that creates an Intent used to start the invitation Activity and a method to get invitation ids after the invitations have been sent.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppInviteInvitation.IntentBuilder | Build an Intent to launch the invitation Activity to create and send invitations. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the invitation ids from the
Intent returned in
onActivityResult(int, int, android.content.Intent) after starting
the activity using
startActivityForResult(Intent, int) where the Intent is created using
AppInviteInvitation.IntentBuilder .
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the invitation ids from the Intent
returned in
onActivityResult(int, int, android.content.Intent)
after starting
the activity using
startActivityForResult(Intent, int)
where the Intent is created using
AppInviteInvitation.IntentBuilder
.
resultCode | The result code returned in
onActivityResult(int, int, android.content.Intent) . |
---|---|
result | The Intent returned in
onActivityResult(int, int, android.content.Intent) . |
RESULT_OK
.