Navigator.NavigationSessionListener

  • The Navigator.NavigationSessionListener interface defines methods that are triggered when a new navigation session begins, with all notifications occurring on the UI thread.

  • The primary method, onNewNavigationSession(), is called upon the start of a new navigation session.

public static interface Navigator.NavigationSessionListener

Defines signatures for methods that are called when a new navigation session starts. All notifications will occur on the UI thread.

Public Method Summary

abstract void
onNewNavigationSession()
Called when a navigation session starts.

Public Methods

public abstract void onNewNavigationSession ()

Called when a navigation session starts.