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

AppInstallResult Enum

Result of installing an app. In case of an error during install process, the error message contains the string representation of this result. This is returned from com.meta.horizon.platform.ovr.requests.Application#startAppDownload(), com.meta.horizon.platform.ovr.requests.Application#cancelAppDownload() and com.meta.horizon.platform.ovr.requests.Application#installAppUpdateAndRelaunch(ApplicationOptions deeplinkOptions) APIs.

Fields

Unknown[Get]
Install of the app failed due to low storage on the device
Install of the app failed due to a network error
Install of the app failed as another install request for this application is already being processed by the installer
Install of the app failed due to an internal installer error
Install of the app failed because the user canceled the install operation
Install of the app failed due to a user authorization error
Install of the app succeeded

Member Functions

AppInstallResult
( final int value )
int getValue ( )

Static Member Functions

static AppInstallResult fromInt
( int value )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon