toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui
/
io.snabble.sdk.ui.payment
/
ProjectPaymentOptionsView
/
EntryViewHolder
Entry
View
Holder
class
EntryViewHolder
(
itemView
:
View
)
:
RecyclerView.ViewHolder
Members
Members & Extensions
Constructors
Entry
View
Holder
Link copied to clipboard
constructor
(
itemView
:
View
)
Properties
count
Link copied to clipboard
val
count
:
TextView
image
Link copied to clipboard
val
image
:
ImageView
item
View
Link copied to clipboard
@
NonNull
val
itemView
:
View
text
Link copied to clipboard
val
text
:
TextView
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
@
Nullable
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
get
String
Link copied to clipboard
fun
RecyclerView.ViewHolder
.
getString
(
@
StringRes
string
:
Int
,
vararg
args
:
Any
?
)
:
String
is
Recyclable
Link copied to clipboard
fun
isRecyclable
(
)
:
Boolean
set
Is
Recyclable
Link copied to clipboard
fun
setIsRecyclable
(
p0
:
Boolean
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String