mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps.extension.compose.style.lights.generated
/
DirectionalLightState
/
Holder
Holder
data
class
Holder
(
val
savedProperties
:
Map
<
String
,
Value
>
)
:
Parcelable
DirectionalLightState
Holder class to be used within
Saver
.
Constructors
Functions
Properties
Parameters
Parameters
saved
Properties
properties to be saved.
Constructors
Holder
Link copied to clipboard
fun
Holder
(
savedProperties
:
Map
<
String
,
Value
>
)
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
)
Properties
saved
Properties
Link copied to clipboard
val
savedProperties
:
Map
<
String
,
Value
>