Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-app-template
/
com.mapsted.app_template.presentation.adapter
/
EventListAdapter
/
EventsHolder
Events
Holder
class
EventsHolder
(
binding
:
ERROR CLASS: Symbol not found for FragmentEventsItemBinding
,
onItemClicked
:
(
Int
)
->
Unit
)
:
RecyclerView.ViewHolder
Members
Constructors
Events
Holder
Link copied to clipboard
constructor
(
binding
:
ERROR CLASS: Symbol not found for FragmentEventsItemBinding
,
onItemClicked
:
(
Int
)
->
Unit
)
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
fun
bind
(
event
:
Event
)
set
Is
Recyclable
Link copied to clipboard
fun
setIsRecyclable
(
recyclable
:
Boolean
)