public static abstract class

IGoogleAuthService.Stub

extends Binder
implements IGoogleAuthService
java.lang.Object
   ↳ android.os.Binder
     ↳ com.google.android.gms.auth.api.IGoogleAuthService.Stub

Class Overview

Local-side IPC implementation stub class.

Summary

[Expand]
Inherited Constants
From interface android.os.IBinder
Public Constructors
IGoogleAuthService.Stub()
Construct the stub at attach it to the interface.
Public Methods
IBinder asBinder()
static IGoogleAuthService asInterface(IBinder obj)
Cast an IBinder object into an com.google.android.gms.auth.api.IGoogleAuthService interface, generating a proxy if needed.
boolean onTransact(int code, Parcel data, Parcel reply, int flags)
[Expand]
Inherited Methods
From class android.os.Binder
From class java.lang.Object
From interface android.os.IBinder
From interface android.os.IInterface
From interface com.google.android.gms.auth.api.IGoogleAuthService

Public Constructors

public IGoogleAuthService.Stub ()

Construct the stub at attach it to the interface.

Public Methods

public IBinder asBinder ()

public static IGoogleAuthService asInterface (IBinder obj)

Cast an IBinder object into an com.google.android.gms.auth.api.IGoogleAuthService interface, generating a proxy if needed.

public boolean onTransact (int code, Parcel data, Parcel reply, int flags)

Throws
RemoteException