Package 

Class IPayProService.Stub

  • All Implemented Interfaces:
    android.os.IBinder , android.os.IInterface , mn.lambda.paypro.IPayProService

    
    public abstract class IPayProService.Stub
    extends Binder implements IPayProService
                        

    Local-side IPC implementation stub class.

    • Constructor Summary

      Constructors 
      Constructor Description
      IPayProService.Stub() Construct the stub at attach it to the interface.
    • Method Summary

      Modifier and Type Method Description
      static IPayProService asInterface(IBinder obj) Cast an IBinder object into an mn.lambda.paypro.IPayProService interface,generating a proxy if needed.
      IBinder asBinder()
      boolean onTransact(int code, Parcel data, Parcel reply, int flags)
      • Methods inherited from class android.os.Binder

        attachInterface, clearCallingIdentity, clearCallingWorkSource, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath
      • Methods inherited from class android.os.IBinder

        addFrozenStateChangeCallback, getSuggestedMaxIpcSizeBytes, removeFrozenStateChangeCallback
      • Methods inherited from class mn.lambda.paypro.IPayProService

        run
      • Methods inherited from class android.os.IInterface

        asBinder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IPayProService.Stub

        IPayProService.Stub()
        Construct the stub at attach it to the interface.