IVerifyAppsDataCallback.Stub

  • The IVerifyAppsDataCallback.Stub class is an abstract class extending BaseStub and implementing IVerifyAppsDataCallback.

  • It includes a nested class called Proxy.

  • The Stub class has a public constructor and a public static method asInterface that takes an IBinder object and returns an IVerifyAppsDataCallback.

  • There is a protected method dispatchTransaction for handling transactions.

  • This class inherits various constants and methods from IBinder, BaseStub, Binder, Object, and IInterface.

public static abstract class IVerifyAppsDataCallback.Stub extends BaseStub
implements IVerifyAppsDataCallback

Nested Class Summary

class IVerifyAppsDataCallback.Stub.Proxy  

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

static IVerifyAppsDataCallback

Protected Method Summary

boolean
dispatchTransaction(int code, Parcel data, Parcel reply, int flags)

Inherited Method Summary

Public Constructors

public IVerifyAppsDataCallback.Stub ()

Public Methods

public static IVerifyAppsDataCallback asInterface (IBinder obj)

Protected Methods

protected boolean dispatchTransaction (int code, Parcel data, Parcel reply, int flags)