toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-settings-ui
/
com.mapbox.dash.settings.presentation.model
/
DebugInfoViewContent
Debug
Info
View
Content
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
DebugInfoViewContent
(
val
content
:
@
Composable
ColumnScope
.
(
)
->
Unit
,
val
visible
:
StateFlow
<
Boolean
>
,
val
name
:
String
)
Members
Constructors
Debug
Info
View
Content
Link copied to clipboard
constructor
(
content
:
@
Composable
ColumnScope
.
(
)
->
Unit
,
visible
:
StateFlow
<
Boolean
>
,
name
:
String
)
Properties
content
Link copied to clipboard
val
content
:
@
Composable
ColumnScope
.
(
)
->
Unit
name
Link copied to clipboard
val
name
:
String
visible
Link copied to clipboard
val
visible
:
StateFlow
<
Boolean
>
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int