Package-level declarations
Types
Represent a remote Navigation Service, serving different requests like search and navigation.
A lightweight fixed-window per-second rate limiter for IPC commands.
Functions
Gets the events flow and filters it to only emit events of the specified type. This is a convenience function that combines getEventsFlow and filterByEventType.
Lets the caller get the foreground Activities of the nav app (i.e. is STARTED/RESUMED).
Lets the caller know if the nav app is in the foreground (i.e. is STARTED/RESUMED).
Sends a request to the navigation app to call Activity.moveTaskToBack, which should move the app to the background if it is in the foreground.
Lets the caller observe the foreground Activities of the nav app (i.e. is STARTED/RESUMED).
Lets the caller observe the foreground state of the nav app.