Package 

Interface DeployGateInitializeCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onInitialized(boolean isServiceAvailable) Callback to tell the finish of DeployGate service initializationprocedure.
      • Methods inherited from class java.lang.Object

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

      • onInitialized

         abstract void onInitialized(boolean isServiceAvailable)

        Callback to tell the finish of DeployGate service initializationprocedure.

        Parameters:
        isServiceAvailable - true if DeployGate service is available on thedevice.