code
UI Car
/
com.mapbox.androidauto.car.settings
/
CarSettingsStorage
Car
Settings
Storage
class
CarSettingsStorage
(
val
carContext
:
CarContext
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Car
Settings
Storage
Link copied to clipboard
fun
CarSettingsStorage
(
carContext
:
CarContext
)
Content copied to clipboard
Functions
read
Shared
Pref
Link copied to clipboard
fun
readSharedPref
(
key
:
String
,
defaultValue
:
Boolean
)
:
Boolean
Content copied to clipboard
write
Shared
Pref
Link copied to clipboard
fun
writeSharedPref
(
key
:
String
,
value
:
Boolean
)
Content copied to clipboard
Properties
carContext
Link copied to clipboard
val
carContext
:
CarContext
Content copied to clipboard