acceptanceStrategy
Defines the notification acceptance strategy. Available values are:
DashRouteClosureNotificationAcceptanceStrategy.SHOW_ROUTE_OVERVIEW — switch the app to route overview state.
DashRouteClosureNotificationAcceptanceStrategy.SWITCH_TO_ALTERNATIVE — automatically reroute onto the alternative supplied with the closure event.
Default is DashRouteClosureNotificationAcceptanceStrategy.SWITCH_TO_ALTERNATIVE — a closure makes the current primary route impassable, so the safest default is to follow the alternative without asking.