stream-chat-android
Toggle table of contents
7.3.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-chat-android
stream-chat-android-ui-components
/
io.getstream.chat.android.ui.feature.channels.list.adapter.viewholder
/
BaseChannelListItemViewHolder
Base
Channel
List
Item
View
Holder
abstract
class
BaseChannelListItemViewHolder
(
itemView
:
View
)
:
RecyclerView.ViewHolder
Inheritors
SwipeViewHolder
Members
Constructors
Base
Channel
List
Item
View
Holder
Link copied to clipboard
constructor
(
itemView
:
View
)
Properties
absolute
Adapter
Position
Link copied to clipboard
val
absoluteAdapterPosition
:
Int
adapter
Position
Link copied to clipboard
val
adapterPosition
:
Int
binding
Adapter
Link copied to clipboard
@get:
Nullable
val
bindingAdapter
:
RecyclerView.Adapter
<
out
RecyclerView.ViewHolder
?
>
?
binding
Adapter
Position
Link copied to clipboard
val
bindingAdapterPosition
:
Int
is
Recyclable
Link copied to clipboard
val
isRecyclable
:
Boolean
item
Id
Link copied to clipboard
val
itemId
:
Long
item
View
Link copied to clipboard
@
NonNull
val
itemView
:
View
item
View
Type
Link copied to clipboard
val
itemViewType
:
Int
layout
Position
Link copied to clipboard
val
layoutPosition
:
Int
old
Position
Link copied to clipboard
val
oldPosition
:
Int
position
Link copied to clipboard
val
position
:
Int
Functions
bind
Link copied to clipboard
abstract
fun
bind
(
channelItem
:
ChannelListItem.ChannelItem
,
diff
:
ChannelListPayloadDiff
)
set
Is
Recyclable
Link copied to clipboard
fun
setIsRecyclable
(
recyclable
:
Boolean
)