Rachel
Toggle table of contents
3.5.0
android
common
skiko
Target filter
android
common
skiko
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.core
/
love.yinlin.compose.data
/
ItemKey
Item
Key
android
common
skiko
@
Stable
@
Serializable
(
with
=
ItemKey.Serializer::class
)
actual
data
class
ItemKey
(
val
value
:
String
)
:
Parcelable
@
Stable
expect
class
ItemKey
(
value
:
String
)
@
Stable
@
Serializable
(
with
=
ItemKey.Serializer::class
)
actual
data
class
ItemKey
(
val
value
:
String
)
Members
Constructors
Item
Key
Link copied to clipboard
android
common
skiko
constructor
(
parcel
:
Parcel
)
actual
constructor
(
value
:
String
)
expect
constructor
(
value
:
String
)
actual
constructor
(
value
:
String
)
Types
CREATOR
Link copied to clipboard
android
object
CREATOR
:
Parcelable.Creator
<
ItemKey
>
Serializer
Link copied to clipboard
android
skiko
object
Serializer
:
KSerializer
<
ItemKey
>
object
Serializer
:
KSerializer
<
ItemKey
>
Properties
value
Link copied to clipboard
android
skiko
val
value
:
String
val
value
:
String
Functions
describe
Contents
Link copied to clipboard
android
open
override
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
android
open
override
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)