Constructors

Link copied to clipboard
constructor(onItemClicked: (KeywordModel) -> Unit)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class TextViewHolder(binding: ERROR CLASS: Symbol not found for SearchCategoriesListItemsBinding, onItemClicked: (KeywordModel) -> Unit) : RecyclerView.ViewHolder

Properties

Link copied to clipboard
@get:NonNull
open override val currentList: List<KeywordModel?>
Link copied to clipboard
open override val itemCount: Int

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getItemId(position: Int): Long
Link copied to clipboard
open fun getItemViewType(position: Int): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun notifyItemChanged(position: Int)
fun notifyItemChanged(position: Int, @Nullable payload: Any?)
Link copied to clipboard
fun notifyItemInserted(position: Int)
Link copied to clipboard
fun notifyItemMoved(fromPosition: Int, toPosition: Int)
Link copied to clipboard
fun notifyItemRangeChanged(positionStart: Int, itemCount: Int)
fun notifyItemRangeChanged(positionStart: Int, itemCount: Int, @Nullable payload: Any?)
Link copied to clipboard
fun notifyItemRangeInserted(positionStart: Int, itemCount: Int)
Link copied to clipboard
fun notifyItemRangeRemoved(positionStart: Int, itemCount: Int)
Link copied to clipboard
fun notifyItemRemoved(position: Int)
Link copied to clipboard
Link copied to clipboard
open fun onBindViewHolder(@NonNull holder: KeywordsAdapter.TextViewHolder, position: Int, @NonNull payloads: List<Any?>)
open override fun onBindViewHolder(holder: KeywordsAdapter.TextViewHolder, position: Int)
Link copied to clipboard
open override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): KeywordsAdapter.TextViewHolder
Link copied to clipboard
open fun onCurrentListChanged(@NonNull previousList: List<KeywordModel?>, @NonNull currentList: List<KeywordModel?>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setHasStableIds(hasStableIds: Boolean)
Link copied to clipboard
open fun submitList(@Nullable list: List<KeywordModel?>??)
open fun submitList(@Nullable list: List<KeywordModel?>??, @Nullable commitCallback: Runnable?)