onNavigationNotification property

NotificationListenerCallback<NavigationNotification>? onNavigationNotification
final

The callback to use when receiving a NavigationNotification.

By default this updates the engine with the navigation status and stops bubbling the notification.

See also:

Implementation

final NotificationListenerCallback<NavigationNotification>? onNavigationNotification;