onContent

fun onContent(block: View.(Any?) -> Unit): PageRefreshLayout

showContent时会回调该函数参数, 一般将网络请求等异步操作放入其中

See also

com.drake.statelayout.StateConfig