pda
androidJvm
app
/
net.artux.pda.ui.fragments.stories
/
StoryHolder
Story
Holder
open
class
StoryHolder
:
RecyclerView.ViewHolder
,
View.OnClickListener
Members
Constructors
Story
Holder
Link copied to clipboard
constructor
(
@
NonNull
itemView
:
View
,
listener
:
StoriesAdapter.OnStoryClickListener
)
Properties
item
View
Link copied to clipboard
val
itemView
:
View
Functions
bind
Link copied to clipboard
open
fun
bind
(
storyItem
:
StoryItem
)
get
Adapter
Position
Link copied to clipboard
fun
getAdapterPosition
(
)
:
Int
get
Item
Id
Link copied to clipboard
fun
getItemId
(
)
:
Long
get
Item
View
Type
Link copied to clipboard
fun
getItemViewType
(
)
:
Int
get
Layout
Position
Link copied to clipboard
fun
getLayoutPosition
(
)
:
Int
get
Old
Position
Link copied to clipboard
fun
getOldPosition
(
)
:
Int
get
Position
Link copied to clipboard
fun
getPosition
(
)
:
Int
is
Recyclable
Link copied to clipboard
fun
isRecyclable
(
)
:
Boolean
on
Click
Link copied to clipboard
open
fun
onClick
(
view
:
View
)
set
Is
Recyclable
Link copied to clipboard
fun
setIsRecyclable
(
recyclable
:
Boolean
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String