SystemUiStateManagementService

interface SystemUiStateManagementService

A service that allows the system UI to manage the state exposed through SystemUiStateService.

The system UI is the only expected client of this service.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun onSoftInputVisibilityChanged(isSoftInputVisible: Boolean)

Informs the service about changes to the soft input method's visibility.

Link copied to clipboard
abstract suspend fun onUiTapped()

Informs the service that the user tapped on the UI.