toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-layout
/
com.urbanairship.android.layout.widget
/
PagerAdapter
/
ViewHolder
View
Holder
open
class
ViewHolder
:
RecyclerView.ViewHolder
Members
Constructors
View
Holder
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
)
Inherited properties
item
View
Link copied to clipboard
val
itemView
:
View
Functions
bind
Link copied to clipboard
open
fun
bind
(
@
NonNull
item
:
BaseModel
<
out
Any
,
out
Any
>
,
@
NonNull
viewEnvironment
:
ViewEnvironment
)
on
Recycled
Link copied to clipboard
open
fun
onRecycled
(
)
Inherited functions
get
Absolute
Adapter
Position
Link copied to clipboard
fun
getAbsoluteAdapterPosition
(
)
:
Int
get
Adapter
Position
Link copied to clipboard
fun
getAdapterPosition
(
)
:
Int
get
Binding
Adapter
Link copied to clipboard
fun
getBindingAdapter
(
)
:
RecyclerView.Adapter
<
out
RecyclerView.ViewHolder
>
get
Binding
Adapter
Position
Link copied to clipboard
fun
getBindingAdapterPosition
(
)
:
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
set
Is
Recyclable
Link copied to clipboard
fun
setIsRecyclable
(
recyclable
:
Boolean
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String