Strata
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Strata
api
/
dev.s7a.strata.ui
/
UiSessionStatus
/
Ready
Ready
data
class
Ready
(
val
rejection
:
UiRejection
?
=
null
)
:
UiSessionStatus
(
source
)
Ready retains the most recent asynchronous rejection, if any.
Members
Constructors
Ready
Link copied to clipboard
constructor
(
rejection
:
UiRejection
?
=
null
)
Properties
rejection
Link copied to clipboard
val
rejection
:
UiRejection
?