public static interface

SearchAuthApi.GoogleNowAuthResult

implements Result
com.google.android.gms.search.SearchAuthApi.GoogleNowAuthResult

Class Overview

Result of getGoogleNowAuth(GoogleApiClient, String).

Summary

Public Methods
abstract GoogleNowAuthState getGoogleNowAuthState()
Returns the auth state if getStatus() indicates success.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract GoogleNowAuthState getGoogleNowAuthState ()

Returns the auth state if getStatus() indicates success. Otherwise, returns null.

Returns
GoogleNowAuthState