public interface

IGoogleAuthApiCallbacks

implements IInterface
com.google.android.gms.auth.api.IGoogleAuthApiCallbacks
Known Indirect Subclasses

Summary

Nested Classes
class IGoogleAuthApiCallbacks.Stub Local-side IPC implementation stub class. 
Public Methods
abstract void onConnectionSuccess(GoogleAuthApiResponse response)
abstract void onError(int statusCode, String errorDescription, PendingIntent intent)
[Expand]
Inherited Methods
From interface android.os.IInterface

Public Methods

public abstract void onConnectionSuccess (GoogleAuthApiResponse response)

Throws
RemoteException

public abstract void onError (int statusCode, String errorDescription, PendingIntent intent)

Throws
RemoteException