toggle menu
Android-IMKit-SDK
5.12.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.base.adapter
/
EmptyWrapper
Empty
Wrapper
public
class
EmptyWrapper
<
T
>
Members
Constructors
Empty
Wrapper
Link copied to clipboard
public
void
EmptyWrapper
(
Adapter adapter
,
int emptyLayoutId
)
public
void
EmptyWrapper
(
Adapter adapter
,
View emptyView
)
Properties
ITEM_TYPE_EMPTY
Link copied to clipboard
public
final
static
int
ITEM_TYPE_EMPTY
Functions
get
Item
Count
Link copied to clipboard
public
int
getItemCount
(
)
get
Item
View
Type
Link copied to clipboard
public
int
getItemViewType
(
int position
)
on
Attached
To
Recycler
View
Link copied to clipboard
public
void
onAttachedToRecyclerView
(
RecyclerView recyclerView
)
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
)
on
View
Attached
To
Window
Link copied to clipboard
public
void
onViewAttachedToWindow
(
ViewHolder holder
)