KIMExpSearchMergeSubItem

abstract class KIMExpSearchMergeSubItem : Meat

直接关联到 '全部'的搜索,没有单独的TAB显示

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
annotation class ShowCondition

Functions

Link copied to clipboard
abstract fun itemTitle(): Int?

分组title, 默认将每个搜索的数据在一个分组 若不需要默认分组Title 返回null即可 可以自己实现 ISearchItemNewGroup

Link copied to clipboard
abstract fun itemType(): String

分类标识

Link copied to clipboard
abstract fun orderInMerge(): Int

在 全部 结果中的 排序权重

Link copied to clipboard
abstract fun search(keyword: String, params: KIMSearchParams?, callback: KIMSearchCallback<<Error class: unknown class>>)

搜索接口

Link copied to clipboard
open fun showCondition(): Int

显示条件