kakao / com.agoda.kakao / emptyChildWith
fun
KRecyclerView
.emptyChildWith(builder:
ViewBuilder
.() ->
Unit
):
KEmptyRecyclerItem
Calls childWith() on your view with base child
Calls childWith() on your KRecyclerView and casts received item to KEmptyRecyclerItem
builder
- View builder that will match the child view
Return Matched KEmptyRecyclerItem
See Also
fun
KListView
.emptyChildWith(builder:
DataBuilder
.() ->
Unit
):
KEmptyAdapterItem
Calls childWith() on your view with base child
Calls childWith() on your KListView and casts received item to KEmptyAdapterItem
builder
- Data builder that will match the child view
Return Matched KEmptyAdapterItem
See Also