In-App Updates
Summary
| Enumerations | |
|---|---|
| EAppUpdateAvailability | enum Availability info for an in-app update.  | 
| EAppUpdateErrorCode | enum Errors that can be encountered while using the Play In-App Updates API This enum maps to the error codes defined in the Play In-App Updates API in https://developer.android.com/reference/native/play/core/group/appupdate#appupdateerrorcode.  | 
| EAppUpdateStatus | enum Status returned when requesting an update.  | 
| EAppUpdateType | enum Methods for performing the in-app update flow.  | 
| Classes | |
|---|---|
| UAppUpdateInfo | This class represents the information about the app update. | 
| UAppUpdateOptions | This class represents the options for the app update. | 
| UInAppUpdatesManager | The UInAppUpdatesManager class is used to request app update information, start an update or complete a flexible update. | 
Enumerations
EAppUpdateAvailability
EAppUpdateAvailability
Availability info for an in-app update.
This enum maps to the error codes defined in the Play In-App Updates API in https://developer.android.com/reference/native/play/core/group/appupdate#appupdateavailability
EAppUpdateErrorCode
EAppUpdateErrorCode
Errors that can be encountered while using the Play In-App Updates API This enum maps to the error codes defined in the Play In-App Updates API in https://developer.android.com/reference/native/play/core/group/appupdate#appupdateerrorcode.
EAppUpdateStatus
EAppUpdateStatus
Status returned when requesting an update.
This enum maps to the error codes defined in the Play In-App Updates API in https://developer.android.com/reference/native/play/core/group/appupdate#appupdatestatus
EAppUpdateType
EAppUpdateType
Methods for performing the in-app update flow.
Note: regardless of the method selected, the app needs to be restarted to install an update. This enum maps to the error codes defined in the Play In-App Updates API in https://developer.android.com/reference/native/play/core/group/appupdate#appupdatetype
