Package-level declarations

Types

Link copied to clipboard
interface Logger
Link copied to clipboard

Represent a remote Navigation Service, serving different requests like search and navigation.

Functions

Link copied to clipboard
suspend fun NavManagerService.back(letAppMoveToBackground: Boolean = false): Result<Unit>

Sends a back request to the navigation app, which is an equivalent to the back click.

Link copied to clipboard

Lets the caller know if the nav app is in the foreground (i.e. is STARTED/RESUMED).

Link copied to clipboard

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.

Link copied to clipboard

Lets the caller observe the foreground state of the nav app.