KIMSearch Page Config
class KIMSearchPageConfig
搜索页面状态视图配置
Constructors
Link copied to clipboard
constructor(emptyLayoutRes: Int? = null, loadingLayoutRes: Int? = null, errorLayoutRes: Int? = null, errorRetryId: Int? = null, emptyInputLayoutRes: Int? = null)
constructor(@LayoutRes emptyLayoutRes: Int? = null, @LayoutRes loadingLayoutRes: Int? = null, @LayoutRes errorLayoutRes: Int? = null, @IdRes errorRetryId: Int? = null)
constructor()
Properties
Link copied to clipboard
未输入关键字时的状态视图
Link copied to clipboard
搜索结果空时的状态视图
Link copied to clipboard
搜索错误状态视图
Link copied to clipboard
errorLayoutRes 存在重试按钮时的 id
Link copied to clipboard
搜索请求中状态视图