Package 

Class IHolochainServiceCallbackStubDeferred

  • 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.