Uses of Interface
com.deploygate.sdk.DeployGateCallback

Uses of DeployGateCallback in com.deploygate.sdk
 

Methods in com.deploygate.sdk with parameters of type DeployGateCallback
static void DeployGate.install(Application app, DeployGateCallback callback)
          Install DeployGate on your application instance.
static void DeployGate.install(Application app, DeployGateCallback callback, boolean forceApplyOnReleaseBuild)
          Install DeployGate on your application instance.
static void DeployGate.registerCallback(DeployGateCallback listener, boolean refreshImmediately)
          Register a DeployGate event callback listener.
static void DeployGate.unregisterCallback(DeployGateCallback listener)
          Unregister a callback listener.