package

com.google.android.gms.plus

Contains the Google+ platform for Android.

Interfaces

PlusClient.OnAccessRevokedListener Listener interface for when the token revocation request has completed. 
PlusClient.OnMomentsLoadedListener Listener interface for when moments are loaded. 
PlusClient.OnPeopleLoadedListener Listener interface for when a collection of people are loaded. 
PlusClient.OnPersonLoadedListener Listener interface for when a Person is loaded 
PlusOneButton.OnPlusOneClickListener A listener for +1 button clicks. 

Classes

GooglePlusUtil Utility class for verifying that the Google+ app is available and up-to-date on this device. 
PlusClient The main entry point for Google+ integration. 
PlusClient.Builder Builder to create a PlusClient to connect to Google Play services. 
PlusOneButton The +1 button to recommend a URL on Google+. 
PlusShare Utility class for including resources in posts shared on Google+ through an ACTION_SEND intent. 
PlusShare.Builder