Constructors

Link copied to clipboard
constructor(@NonNull context: Context, type: Int, order: Int, @Nullable iconLoader: AppPickerIconLoader, showDivider: Boolean)

Functions

Link copied to clipboard
Link copied to clipboard
open fun getFilter(): Filter
Link copied to clipboard
open fun getItemCount(): Int
Link copied to clipboard
open fun getItemId(position: Int): Long
Link copied to clipboard
open fun getPositionForSection(sectionIndex: Int): Int
Link copied to clipboard
open fun getSectionForPosition(position: Int): Int
Link copied to clipboard
open fun getSections(): Array<Any>
Link copied to clipboard
open fun onBindViewHolder(@NonNull holder: RecyclerView.ViewHolder, position: Int)
Link copied to clipboard
Link copied to clipboard
open fun setOrder(order: Int)