Package-level declarations

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun <ViewType : View> Context.inflate(layoutId: Int, group: ViewGroup? = null): ViewType
fun <ViewType : View> Context.inflate(layoutId: Int, group: ViewGroup? = null, onViewReady: (ViewType) -> Unit)
Link copied to clipboard
suspend fun <ViewType : View> Context.inflateAsync(layoutId: Int, group: ViewGroup? = null): ViewType