onUiTapped

abstract suspend fun onUiTapped()

Informs the service that the user tapped on the UI.

The system UI is expected to call this when the user performs a tap action anywhere in the UI, regardless of the further results of that tap.