toggle menu
horologist
androidJvm
switch theme
search in API
composables
/
com.google.android.horologist.composables
/
Section
/
State
State
sealed
class
State
<
out
T
>
A state of a
Section
.
Inheritors
Loading
Loaded
Failed
Empty
Members
Types
Empty
Link copied to clipboard
object
Empty
:
Section.State
<
Nothing
>
Failed
Link copied to clipboard
object
Failed
:
Section.State
<
Nothing
>
Loaded
Link copied to clipboard
data
class
Loaded
<
T
>
(
val
list
:
List
<
T
>
)
:
Section.State
<
T
>
Loading
Link copied to clipboard
object
Loading
:
Section.State
<
Nothing
>