-
public interface DeployGateUpdateAvailableCallbackA callback interface to receive the app update event.
-
-
Method Summary
Modifier and Type Method Description abstract voidonUpdateAvailable(int revision, String versionName, int versionCode)Callback to tell the new version is available. -
-
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 versionversionName- user-defined version name of new versionversionCode- user-defined version code of new version
-
-
-
-