-
- All Implemented Interfaces:
-
android.os.IBinder,android.os.IInterface,org.holochain.androidserviceruntime.client.IHolochainServiceCallback
public class IHolochainServiceCallbackStubDeferred<T extends Object> extends IHolochainServiceCallback.Stub
An extension of IHolochainServiceCallback.Stub
All functions in the AIDL interface are defined. Error callbacks are implemented, while success callbacks are placeholders.
This is intended to be extended, with the success callback overridden, for each service call.
-
-
Constructor Summary
Constructors Constructor Description IHolochainServiceCallbackStubDeferred()
-
Method Summary
Modifier and Type Method Description final Tawait()UnitappBinderUnauthorizedException(AppBinderUnauthorizedExceptionParcel response)UnitadminBinderUnauthorizedException(AdminBinderUnauthorizedExceptionParcel response)UnitlistApps(List<AppInfoFfiParcel> response)UnitsetupApp(AppAuthFfiParcel 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.client.IHolochainServiceCallback.Stub
attachInterface, dump, dump, dumpAsync, getInterfaceDescriptor, isBinderAlive, linkToDeath, pingBinder, queryLocalInterface, transact, unlinkToDeath -
Methods inherited from class org.holochain.androidserviceruntime.client.IHolochainServiceCallbackStubDeferred
asBinder, onTransact -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
appBinderUnauthorizedException
Unit appBinderUnauthorizedException(AppBinderUnauthorizedExceptionParcel response)
-
adminBinderUnauthorizedException
Unit adminBinderUnauthorizedException(AdminBinderUnauthorizedExceptionParcel response)
-
listApps
Unit listApps(List<AppInfoFfiParcel> response)
-
setupApp
Unit setupApp(AppAuthFfiParcel 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)
-
-
-
-