package

com.google.android.gms.plus

Contains the Google+ platform for Android.

Interfaces

Account This interface is deprecated. replaced by GoogleSignInApi. See Google Sign-In for guidance on integrating with this API.  
People This interface is deprecated. This API may return empty results, even if the user consented to SCOPE_PLUS_LOGIN. Please refer to Deprecation Notes for details. See below for suggested replacements.
  1. On Android, consider using Contacts Provider.
  2. If you are looking for cross-platform solutions, check out People API.
  3. If you want to advocate your app to your existing users' social graph, check out Firebase Invites.
 
People.LoadPeopleResult Information about the set of people that was loaded. 
People.OrderBy Constants to declare the order to return people in. 
PlusOneButton.OnPlusOneClickListener A listener for +1 button clicks. 

Classes

Plus This class is deprecated. The Google+ Account and People APIs are deprecated. For details on replacements see Account and People. All Google+ UI widgets such as sharing and +1 buttons continue to be supported.  
Plus.PlusOptions API configuration parameters for Google+. 
Plus.PlusOptions.Builder Plus builder. 
PlusOneButton The +1 button to recommend a URL on Google+. 
PlusOneButton.DefaultOnPlusOneClickListener This is an View.OnClickListener that will proxy clicks to an attached PlusOneButton.OnPlusOneClickListener, or default to attempt to start the intent using an Activity context. 
PlusOneDummyView A class used to statically generate dummy views in the event of an error retrieving a PlusOneButton from the apk  
PlusShare Utility class for including resources in posts shared on Google+ through an ACTION_SEND intent. 
PlusShare.Builder