sdk
sdk
/
com.sygic.sdk
/
StorageFolders
Storage
Folders
@
JsonClass
(
generateAdapter
=
true
)
data
class
StorageFolders
(
@
Json
(
name
=
"root_path"
)
val
rootPath
:
String
?
=
null
,
@
Json
(
name
=
"trusted_root_path"
)
val
trustedRootPath
:
String
?
=
null
,
@
Json
(
name
=
"assets_path"
)
val
assetsPath
:
String
?
=
null
,
@
Json
(
name
=
"mmiMaps"
)
val
mmiMaps
:
String
?
=
null
,
@
Json
(
name
=
"mmiVoices"
)
val
mmiVoices
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Storage
Folders
Link copied to clipboard
fun
StorageFolders
(
@
Json
(
name
=
"root_path"
)
rootPath
:
String
?
=
null
,
@
Json
(
name
=
"trusted_root_path"
)
trustedRootPath
:
String
?
=
null
,
@
Json
(
name
=
"assets_path"
)
assetsPath
:
String
?
=
null
,
@
Json
(
name
=
"mmiMaps"
)
mmiMaps
:
String
?
=
null
,
@
Json
(
name
=
"mmiVoices"
)
mmiVoices
:
String
?
=
null
)
Types
Builder
Link copied to clipboard
class
Builder
Properties
assets
Path
Link copied to clipboard
val
assetsPath
:
String
?
=
null
mmi
Maps
Link copied to clipboard
val
mmiMaps
:
String
?
=
null
mmi
Voices
Link copied to clipboard
val
mmiVoices
:
String
?
=
null
root
Path
Link copied to clipboard
val
rootPath
:
String
?
=
null
trusted
Root
Path
Link copied to clipboard
val
trustedRootPath
:
String
?
=
null