toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-driver-notification
/
com.mapbox.dash.driver.notification.presentation
/
DriverNotificationButton
Driver
Notification
Button
@
Composable
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
fun
DriverNotificationButton
(
modifier
:
Modifier
=
Modifier
,
textColor
:
Color
,
backgroundColor
:
Color
,
@
StringRes
actionButtonText
:
Int
,
onActionButtonClick
:
(
)
->
Unit
=
{}
,
progress
:
Float
=
0.0f
)