toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-themes
/
com.mapbox.dash.theming.icons
/
FavoriteIconSet
Favorite
Icon
Set
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
FavoriteIconSet
(
@
DrawableRes
val
home
:
Int
,
@
DrawableRes
val
work
:
Int
,
@
DrawableRes
val
regular
:
Int
)
:
IconSet
Members
Constructors
Favorite
Icon
Set
Link copied to clipboard
constructor
(
@
DrawableRes
home
:
Int
,
@
DrawableRes
work
:
Int
,
@
DrawableRes
regular
:
Int
)
Properties
home
Link copied to clipboard
val
home
:
Int
regular
Link copied to clipboard
val
regular
:
Int
work
Link copied to clipboard
val
work
:
Int