-
public interface DeployGateInitializeCallbackA callback interface to receive DeployGate service initialization events.
-
-
Method Summary
Modifier and Type Method Description abstract voidonInitialized(boolean isServiceAvailable)Callback to tell the finish of DeployGate service initializationprocedure. -
-
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.
-
-
-
-