AI-generated Key Takeaways
-
The
Navigator.NavigationSessionListenerinterface 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.
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.