SystemUiHostExtension

@IviExperimental(reasons = [])
interface SystemUiHostExtension

Common interface for the building blocks that can be used together to create the system UI host. Each building block can be reused in custom system UI hosts.

To use the SystemUiHostExtension, the SystemUiHost must call bindSystemUiView after inflating the system UI layout to bind the extensions to it.

Functions

Link copied to clipboard
open fun bindSystemUiView(binding: ViewDataBinding)