toggle menu
Litho
androidJvm
switch theme
search in API
litho-widget
/
com.facebook.litho.widget
/
RecyclerBinder
/
PaginationStrategy
Pagination
Strategy
annotation class
PaginationStrategy
Members
Properties
DEFAULT
Link copied to clipboard
val
DEFAULT
:
Int
=
0
SCROLL_TO_INSERT_POSITION
Link copied to clipboard
val
SCROLL_TO_INSERT_POSITION
:
Int
=
2
SCROLL_TO_LAST_VISIBLE
Link copied to clipboard
val
SCROLL_TO_LAST_VISIBLE
:
Int
=
1
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String