API/Autodoc/Files/RuStoreAppUpdateInfo.gd.en.md
Source code
# @brief Информция о доступном обновлении.
class_name RuStoreAppUpdateInfo extends RefCounted
# @brief Доступность обновления.
var updateAvailability: ERuStoreUpdateAvailability.Item = ERuStoreUpdateAvailability.Item.UNKNOWN
# @brief Статус установки обновления, если пользователь уже устанавливает обновление в текущий момент времени.
var installStatus: ERuStoreInstallStatus.Item = ERuStoreInstallStatus.Item.UNKNOWN
# @brief Код версии обновления.
var availableVersionCode: int = 0
func _init(json: String = ""):
if json != "":
var obj = JSON.parse_string(json)
updateAvailability = int(obj["updateAvailability"])
installStatus = int(obj["installStatus"])
availableVersionCode = int(obj["availableVersionCode"])
- Страницы
- ERuStoreAppUpdateType.gd.en
- ERuStoreAppUpdateType.gd
- ERuStoreInstallErrorCode.gd.en
- ERuStoreInstallErrorCode.gd
- ERuStoreInstallStatus.gd.en
- ERuStoreInstallStatus.gd
- ERuStoreUpdateAvailability.gd.en
- ERuStoreUpdateAvailability.gd
- ERuStoreUpdateFlowResult.gd.en
- ERuStoreUpdateFlowResult.gd
- RuStoreAppUpdateInfo.gd.en
- RuStoreAppUpdateInfo.gd
- RuStoreError.gd.en
- RuStoreError.gd
- RuStoreFeatureAvailabilityResult.gd.en
- RuStoreFeatureAvailabilityResult.gd
- RuStoreGodotAppUpdate.en
- RuStoreGodotAppUpdate.gd.en
- RuStoreGodotAppUpdate.gd
- RuStoreGodotAppUpdate
- RuStoreGodotCore.en
- RuStoreGodotCore
- RuStoreInstallState.gd.en
- RuStoreInstallState.gd
- addons.en
- addons
- docs.en
- docs
- godot_example.en
- godot_example
- ERuStoreAppUpdateType.gd.en
- ERuStoreAppUpdateType.gd
- ERuStoreInstallErrorCode.gd.en
- ERuStoreInstallErrorCode.gd
- ERuStoreInstallStatus.gd.en
- ERuStoreInstallStatus.gd
- ERuStoreUpdateAvailability.gd.en
- ERuStoreUpdateAvailability.gd
- ERuStoreUpdateFlowResult.gd.en
- ERuStoreUpdateFlowResult.gd
- RuStoreAppUpdateInfo.gd.en
- RuStoreAppUpdateInfo.gd
- RuStoreError.gd.en
- RuStoreError.gd
- RuStoreFeatureAvailabilityResult.gd.en
- RuStoreFeatureAvailabilityResult.gd
- RuStoreGodotAppUpdate.en
- RuStoreGodotAppUpdate.gd.en
- RuStoreGodotAppUpdate.gd
- RuStoreGodotAppUpdate
- RuStoreGodotCore.en
- RuStoreGodotCore
- RuStoreInstallState.gd.en
- RuStoreInstallState.gd
- addons.en
- addons
- docs.en
- docs
- godot_example.en
- godot_example