design
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
design
core
/
com.trendyol.design.core.statelayout
/
State
State
@
Stable
sealed
class
State
:
Parcelable
Inheritors
ContentWithLoading
WarningInfo
Loading
Members
Types
Content
With
Loading
Link copied to clipboard
data
class
ContentWithLoading
(
val
loadingType
:
LoadingType
?
)
:
State
Loading
Link copied to clipboard
data
class
Loading
(
val
message
:
String
?
=
null
)
:
State
Warning
Info
Link copied to clipboard
data
class
WarningInfo
(
val
warningInfoStateLayoutStyle
:
WarningInfoStateLayoutStyle
)
:
State
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)