Page Summary
-
SearchAuthApi.GoogleNowAuthResult is an interface that implements Result and represents the outcome of SearchAuthApi.getGoogleNowAuth.
-
It includes a method
getGoogleNowAuthState()which returns the authentication state if the result status indicates success. -
The interface also inherits the
getStatus()method from the Result interface.
Public Method Summary
| abstract GoogleNowAuthState |
getGoogleNowAuthState()
Returns the auth state if
Result.getStatus()
indicates success.
|
Inherited Method Summary
Public Methods
public abstract GoogleNowAuthState getGoogleNowAuthState ()
Returns the auth state if Result.getStatus()
indicates success. Otherwise, returns null.