setLoadingContent

open fun setLoadingContent(isLoading: Boolean): () -> Unit(source)

Custom logic to invoke when loading begins (isLoading is true) or ends (isLoading is false). You can update the view here.