- getAccountByName(String) - Method in class com.google.api.client.googleapis.extensions.android.accounts.GoogleAccountManager
-
Returns the Google account of the given Account.name
.
- getAccountManager() - Method in class com.google.api.client.googleapis.extensions.android.accounts.GoogleAccountManager
-
Returns the account manager.
- getAccounts() - Method in class com.google.api.client.googleapis.extensions.android.accounts.GoogleAccountManager
-
Returns all Google accounts.
- getAllAccounts() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
-
Returns all Google accounts or null
for none.
- getBackOff() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
-
- getCause() - Method in exception com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAuthIOException
-
- getCause() - Method in exception com.google.api.client.googleapis.extensions.android.gms.auth.GooglePlayServicesAvailabilityIOException
-
- getCause() - Method in exception com.google.api.client.googleapis.extensions.android.gms.auth.UserRecoverableAuthIOException
-
- getConnectionStatusCode() - Method in exception com.google.api.client.googleapis.extensions.android.gms.auth.GooglePlayServicesAvailabilityIOException
-
Returns the error code to use with GooglePlayServicesUtil.getErrorDialog(int, Activity,
int)
.
- getContext() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
-
Returns the context.
- getGoogleAccountManager() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
-
Returns the Google account manager.
- getIntent() - Method in exception com.google.api.client.googleapis.extensions.android.gms.auth.UserRecoverableAuthIOException
-
Returns the Intent
that when supplied to Activity.startActivityForResult(Intent,
int)
will allow user intervention.
- getScope() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
-
Returns the scope to use on GoogleAuthUtil.getToken(android.content.Context, java.lang.String, java.lang.String)
.
- getSelectedAccount() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
-
Returns the selected Google account or null
for none.
- getSelectedAccountName() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
-
Returns the selected Google account name (e-mail address), for example
"[email protected]"
, or
null
for none.
- getSleeper() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
-
Returns the sleeper.
- getToken() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
-
Returns an OAuth 2.0 access token.
- GoogleAccountCredential - Class in com.google.api.client.googleapis.extensions.android.gms.auth
-
Beta
Manages authorization and account selection for Google accounts.
- GoogleAccountCredential(Context, String) - Constructor for class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
-
- GoogleAccountManager - Class in com.google.api.client.googleapis.extensions.android.accounts
-
Beta
Account manager wrapper for Google accounts.
- GoogleAccountManager(AccountManager) - Constructor for class com.google.api.client.googleapis.extensions.android.accounts.GoogleAccountManager
-
- GoogleAccountManager(Context) - Constructor for class com.google.api.client.googleapis.extensions.android.accounts.GoogleAccountManager
-
- GoogleAuthIOException - Exception in com.google.api.client.googleapis.extensions.android.gms.auth
-
Beta
Wraps a
GoogleAuthException
into an
IOException
so it can be caught directly.
- GoogleAuthIOException(GoogleAuthException) - Constructor for exception com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAuthIOException
-
- GooglePlayServicesAvailabilityIOException - Exception in com.google.api.client.googleapis.extensions.android.gms.auth
-
Beta
Wraps a
GooglePlayServicesAvailabilityException
into an
IOException
so it can be
caught directly.
- GooglePlayServicesAvailabilityIOException(GooglePlayServicesAvailabilityException) - Constructor for exception com.google.api.client.googleapis.extensions.android.gms.auth.GooglePlayServicesAvailabilityIOException
-