setEmptyView

fun setEmptyView(@LayoutRes id: Int?, scope: ItemWrapper<T>.() -> Unit = {})

Custom empty layout. Specify the layout through id and specify the click event related to the layout through scope.

Since

1.2.0