API reference
API reference
Select your platform
No SDKs available
No versions available

AppDownloadResult Class

Represents the result of an app download. You will use it when you start an app download, cancel an app download or install an app update which was previous downloaded. In those scenarios, the app download result will be the payload of com.meta.horizon.platform.ovr.requests.Application#startAppDownload(), com.meta.horizon.platform.ovr.requests.Application#cancelAppDownload() or com.meta.horizon.platform.ovr.requests.Application#installAppUpdateAndRelaunch(ApplicationOptions deeplinkOptions) API calls.

Member Functions

AppDownloadResult
( final long ptr )
Result of the install operation returned by the installer. You can find more information about possible members from AppInstallResult. In case of an error during install process, the error message contains the string representation of this result.
Returns
AppInstallResult
Timestamp in milliseconds when the operation finished.
Returns
long
Did you find this page helpful?
Thumbs up icon
Thumbs down icon