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

LaunchResult Enum

An enum that specifies the whether the attempt to launch this application via a deeplink was successful. The value is meant to be reported after a deeplink by calling com.meta.horizon.platform.ovr.requests.ApplicationLifecycle#logDeeplinkResult

Fields

Unknown[Get]
The application launched successfully.
The application launch failed because the room was full.
The application launch failed because the game has already started.
The appplicatin launch failed because the room couldn't be found.
The application launch failed because the user declined the invitation.
The application launch failed due to some other reason.

Member Functions

LaunchResult
( final int value )
int getValue ( )

Static Member Functions

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