toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
adapter
/
com.ave.vastgui.adapter
/
BaseAdapter
/
update
update
fun
update
(
item
:
T
,
@
LayoutRes
layout
:
Int
,
position
:
Int
,
scope
:
ItemWrapper
<
T
>
.
(
)
->
Unit
=
{}
)
:
Boolean
fun
update
(
item
:
ItemWrapper
<
T
>
,
position
:
Int
)
:
Boolean
Updates item at the specified
position
from the
mItemList
.
Since
1.2.0