toggle menu
Litho
androidJvm
switch theme
search in API
litho-widget
/
com.facebook.litho.widget
/
RecyclerBinderUpdateCallback
/
Operation
Operation
open
class
Operation
Members
Properties
DELETE
Link copied to clipboard
val
DELETE
:
Int
=
2
INSERT
Link copied to clipboard
val
INSERT
:
Int
=
0
MOVE
Link copied to clipboard
val
MOVE
:
Int
=
3
UPDATE
Link copied to clipboard
val
UPDATE
:
Int
=
1
Functions
get
Component
Containers
Link copied to clipboard
open
fun
getComponentContainers
(
)
:
List
<
RecyclerBinderUpdateCallback.ComponentContainer
>
get
Data
Containers
Link copied to clipboard
open
fun
getDataContainers
(
)
:
List
<
Diff
>
get
Index
Link copied to clipboard
open
fun
getIndex
(
)
:
Int
get
To
Index
Link copied to clipboard
open
fun
getToIndex
(
)
:
Int
get
Type
Link copied to clipboard
open
fun
getType
(
)
:
Int