toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.example.push
/
CfgKeyAdapter
/
ViewHolder
View
Holder
open
class
ViewHolder
:
RecyclerView.ViewHolder
Members
Constructors
View
Holder
Link copied to clipboard
constructor
(
@
NonNull
itemView
:
View
)
Properties
a
Switch
Link copied to clipboard
open
var
aSwitch
:
Switch
item
View
Link copied to clipboard
val
itemView
:
View
tv
Text
Link copied to clipboard
open
var
tvText
:
TextView
Functions
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
set
Is
Recyclable
Link copied to clipboard
fun
setIsRecyclable
(
recyclable
:
Boolean
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String