java.lang.Object |
↳ |
com.google.android.gms.appinvite.AppInviteInvitation |
Class Overview
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.
Summary
Nested Classes |
class |
AppInviteInvitation.IntentBuilder |
Build an Intent to launch the invitation Activity to create and send invitations. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
public
static
String[]
getInvitationIds
(int resultCode, Intent result)