Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Latest commit

 

History

History
38 lines (20 loc) · 1.23 KB

empty-child-with.md

File metadata and controls

38 lines (20 loc) · 1.23 KB

kakao / com.agoda.kakao / emptyChildWith

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

Parameters

builder - View builder that will match the child view

Return Matched KEmptyRecyclerItem

See Also

KEmptyRecyclerItem

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

Parameters

builder - Data builder that will match the child view

Return Matched KEmptyAdapterItem

See Also

KEmptyAdapterItem