Package 

Interface DeployGateUpdateAvailableCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onUpdateAvailable(int revision, String versionName, int versionCode) Callback to tell the new version is available.
      • Methods inherited from class java.lang.Object

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

      • onUpdateAvailable

         abstract void onUpdateAvailable(int revision, String versionName, int versionCode)

        Callback to tell the new version is available.

        Parameters:
        revision - revision of new version
        versionName - user-defined version name of new version
        versionCode - user-defined version code of new version