public final class

Plus

extends Object
java.lang.Object
   ↳ com.google.android.gms.plus.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.

Class Overview

The main entry point for Google+ integration.

Summary

Nested Classes
class Plus.PlusOptions API configuration parameters for Google+. 
Fields
public static final Api<Plus.PlusOptions> API This field is deprecated. See Plus for details.
public static final Account AccountApi This field is deprecated. See Account for details.
public static final People PeopleApi This field is deprecated. People API is deprecated. See People for details.
public static final Scope SCOPE_PLUS_LOGIN OAuth 2.0 scope for accessing the user's name, basic profile info and Google+ profile info.
public static final Scope SCOPE_PLUS_PROFILE OAuth 2.0 scope for accessing the user's Google+ profile data.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Api<Plus.PlusOptions> API

This field is deprecated.
See Plus for details.

Token to pass to addApi(Api) to enable the Google+ features.

To configure additional Google+ options, provide a Plus.PlusOptions object to addApi(Api).

public static final Account AccountApi

This field is deprecated.
See Account for details.

Provides access to account management API methods.

public static final People PeopleApi

This field is deprecated.
People API is deprecated. See People for details.

Methods and interfaces related to people in Google+.

public static final Scope SCOPE_PLUS_LOGIN

OAuth 2.0 scope for accessing the user's name, basic profile info and Google+ profile info.

When using this scope, your app will have access to:

  • the user's full name, profile picture, Google+ profile ID, age range, and language
  • any other publicly available information on the user's Google+ profile

public static final Scope SCOPE_PLUS_PROFILE

OAuth 2.0 scope for accessing the user's Google+ profile data.