-
- All Implemented Interfaces:
-
android.os.IBinder,android.os.IInterface,org.holochain.androidserviceruntime.holochain_service_client.IHolochainService
public abstract class IHolochainService.Stub extends Binder implements IHolochainService
Local-side IPC implementation stub class.
-
-
Constructor Summary
Constructors Constructor Description IHolochainService.Stub()Construct the stub at attach it to the interface.
-
Method Summary
Modifier and Type Method Description static IHolochainServiceasInterface(IBinder obj)Cast an IBinder object into an org.holochain.androidserviceruntime.holochain_service_client.IHolochainService interface,generating a proxy if needed. IBinderasBinder()booleanonTransact(int code, Parcel data, Parcel reply, int flags)-
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, 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
getSuggestedMaxIpcSizeBytes -
Methods inherited from class org.holochain.androidserviceruntime.holochain_service_client.IHolochainService
disableApp, enableApp, ensureAppWebsocket, installApp, isAppInstalled, isReady, listApps, signZomeCall, stop, uninstallApp -
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
-
-
Method Detail
-
asInterface
static IHolochainService asInterface(IBinder obj)
Cast an IBinder object into an org.holochain.androidserviceruntime.holochain_service_client.IHolochainService interface,generating a proxy if needed.
-
onTransact
boolean onTransact(int code, Parcel data, Parcel reply, int flags)
-
-
-
-