updateEnabled

open fun updateEnabled(isEnabled: Boolean)

This method enables or disables the alert view from being shown during off-routeevents.

Note this will only happen automatically in the context ofthe NavigationView or a NavigationViewModel has been added to the instruction view with subscribe.

Parameters

isEnabled

true to show during off-route events, false to hide