toggle menu
Android-IMKit-SDK
5.12.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.usermanage.adapter
/
ContactListAdapter
Contact
List
Adapter
public
class
ContactListAdapter
Members
Constructors
Contact
List
Adapter
Link copied to clipboard
public
void
ContactListAdapter
(
boolean showSelectButton
,
boolean showItemRightArrow
,
boolean showItemRightText
,
boolean showItemSelectAutoUpdate
)
Functions
get
Item
Count
Link copied to clipboard
public
int
getItemCount
(
)
get
Item
View
Type
Link copied to clipboard
public
int
getItemViewType
(
int position
)
get
Position
For
Section
Link copied to clipboard
public
int
getPositionForSection
(
char section
)
on
Bind
View
Holder
Link copied to clipboard
public
void
onBindViewHolder
(
ViewHolder holder
,
int position
)
on
Create
View
Holder
Link copied to clipboard
public
ViewHolder
onCreateViewHolder
(
ViewGroup parent
,
int viewType
)
set
Data
Link copied to clipboard
public
void
setData
(
List
<
ContactModel
>
newData
)
set
Listener
Link copied to clipboard
public
void
setListener
(
OnContactClickListener listener
)