toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map
/
com.mapbox.dash.sdk.map.domain.onboarding
/
UserConsent
User
Consent
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Serializable
data
class
UserConsent
(
val
timestamp
:
Long
,
val
appVersion
:
String
,
val
accepted
:
Boolean
,
val
items
:
List
<
UserConsent.Item
>
)
Members
Constructors
User
Consent
Link copied to clipboard
constructor
(
timestamp
:
Long
,
appVersion
:
String
,
accepted
:
Boolean
,
items
:
List
<
UserConsent.Item
>
)
Types
Item
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Serializable
data
class
Item
(
val
text
:
String
,
val
url
:
String
)
Properties
accepted
Link copied to clipboard
val
accepted
:
Boolean
app
Version
Link copied to clipboard
val
appVersion
:
String
items
Link copied to clipboard
val
items
:
List
<
UserConsent.Item
>
timestamp
Link copied to clipboard
val
timestamp
:
Long