LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.integration.backend.browser
/
BrowserState
Browser
State
sealed
class
BrowserState
Inheritors
Idle
Stateless
Loading
Success
Failure
Members
Types
Failure
Link copied to clipboard
data
class
Failure
(
val
errorCode
:
Int
,
val
errorText
:
String
,
val
failedUrl
:
String
)
:
BrowserState
Idle
Link copied to clipboard
data
object
Idle
:
BrowserState
Loading
Link copied to clipboard
data
object
Loading
:
BrowserState
Stateless
Link copied to clipboard
data
object
Stateless
:
BrowserState
Success
Link copied to clipboard
data
class
Success
(
val
httpStatusCode
:
Int
)
:
BrowserState
Properties
is
Completed
Link copied to clipboard
val
isCompleted
:
Boolean