displayInUI

abstract var displayInUI: Boolean

Whether to display the notification in UI. If false, the notifications will be emitted through IPC, but won't be shown inside the navigation application itself. If set to false, withSound won't do anything.

Default is true.