enum LaunchResult : Enum<LaunchResult>
| Member | Description |
|---|---|
Unknown |
Represents that the LaunchResult is unknown.
|
Success |
The application launched successfully.
|
FailedRoomFull |
The application launch failed because the room was full.
|
FailedGameAlreadyStarted |
The application launch failed because the game has already started.
|
FailedRoomNotFound |
The appplicatin launch failed because the room couldn't be found.
|
FailedUserDeclined |
The application launch failed because the user declined the invitation.
|
FailedOtherReason |
The application launch failed due to some other reason.
|
value
: Int
[Get] |
Signature
val value: Int |