-
- All Implemented Interfaces:
-
android.os.IBinder,android.os.IInterface,org.holochain.androidserviceruntime.holochain_service_client.IHolochainServiceCallback
public class IHolochainServiceCallbackStub extends IHolochainServiceCallback.Stub
-
-
Constructor Summary
Constructors Constructor Description IHolochainServiceCallbackStub()
-
Method Summary
Modifier and Type Method Description UnitlistApps(List<AppInfoFfiParcel> response)UnitinstallApp(AppInfoFfiParcel response)UnituninstallApp()UnitenableApp(AppInfoFfiParcel response)UnitdisableApp()UnitisAppInstalled(Boolean response)UnitensureAppWebsocket(AppAuthFfiParcel response)UnitsignZomeCall(ZomeCallFfiParcel response)-
Methods inherited from class org.holochain.androidserviceruntime.holochain_service_client.IHolochainServiceCallback.Stub
attachInterface, dump, dump, dumpAsync, getInterfaceDescriptor, isBinderAlive, linkToDeath, pingBinder, queryLocalInterface, transact, unlinkToDeath -
Methods inherited from class org.holochain.androidserviceruntime.holochain_service_client.IHolochainServiceCallbackStub
asBinder, onTransact -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
listApps
Unit listApps(List<AppInfoFfiParcel> response)
-
installApp
Unit installApp(AppInfoFfiParcel response)
-
uninstallApp
Unit uninstallApp()
-
enableApp
Unit enableApp(AppInfoFfiParcel response)
-
disableApp
Unit disableApp()
-
isAppInstalled
Unit isAppInstalled(Boolean response)
-
ensureAppWebsocket
Unit ensureAppWebsocket(AppAuthFfiParcel response)
-
signZomeCall
Unit signZomeCall(ZomeCallFfiParcel response)
-
-
-
-