addNavigationEventListener

This adds a new navigation event listener which is invoked when navigation service begins running in the background and again when the service gets destroyed.

It is not possible to add the same listener implementation more then once and a warning will be printed in the log if attempted.

Since

0.1.0

Parameters

navigationEventListener

an implementation of NavigationEventListener which hasn't already been added

See also