Page Callback
abstract class PageCallback<T>(page: PageRefreshLayout) : NetCallback<T>
Content copied to clipboard
配合PageRefreshLayout布局使用 会在加载成功/错误时显示对应的缺省页 会在页面被销毁时自动取消网络请求
Constructors
PageCallback
Link copied to clipboard
Functions
onComplete
Link copied to clipboard
onError
Link copied to clipboard
onFailure
Link copied to clipboard
onStart
Link copied to clipboard