API/Autodoc/Classes/FURuStoreAppUpdateInfo.en.md


FURuStoreAppUpdateInfo

Information about the available update.

#include <FURuStoreAppUpdateInfo.h>

Public Functions

Name
FURuStoreAppUpdateInfo()
Constructor.

Public Attributes

Name
EURuStoreUpdateAvailability updateAvailability — Update availability.
EURuStoreInstallStatus installStatus — Installation status of the update, if the user is already installing the update at the current moment.
int64 availableVersionCode — Update version code.

function FURuStoreAppUpdateInfo

inline FURuStoreAppUpdateInfo()

Constructor.

variable updateAvailability

EURuStoreUpdateAvailability updateAvailability;

Update availability.

variable installStatus

EURuStoreInstallStatus installStatus;

Installation status of the update, if the user is already installing the update at the current moment.

variable availableVersionCode

int64 availableVersionCode;

Update version code.


Назад