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 and register a callback listener.
static void DeployGate.install(Application app, DeployGateCallback callback, boolean forceApplyOnReleaseBuild)
          Install DeployGate on your application instance and register a callback listener.
static void DeployGate.install(Application app, java.lang.String author, DeployGateCallback callback)
          Install DeployGate on your application instance and register a callback listener.
static void DeployGate.install(Application app, java.lang.String author, DeployGateCallback callback, boolean forceApplyOnReleaseBuild)
          Install DeployGate on your application instance and register a callback listener.
static void DeployGate.registerCallback(DeployGateCallback listener, boolean refreshImmediately)
          Register a DeployGate event callback listener.
static void DeployGate.unregisterCallback(DeployGateCallback listener)
          Unregister a callback listener.