toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.ui.message.list.adapter
/
KMessageListWrapper
KMessage
List
Wrapper
data
class
KMessageListWrapper
(
val
items
:
List
<
KIMExpMessageListItem
>
=
listOf()
,
val
scrollTarget
:
Int
=
SCROLL_NON
)
Created by liutao7 on 2022/5/31.
Members
Constructors
KMessage
List
Wrapper
Link copied to clipboard
constructor
(
items
:
List
<
KIMExpMessageListItem
>
=
listOf()
,
scrollTarget
:
Int
=
SCROLL_NON
)
Types
Companion
Link copied to clipboard
object
Companion
Scroll
Target
Link copied to clipboard
annotation class
ScrollTarget
Properties
items
Link copied to clipboard
val
items
:
List
<
KIMExpMessageListItem
>
scroll
Target
Link copied to clipboard
val
scrollTarget
:
Int
Functions
scroll
If
In
Bottom
Link copied to clipboard
fun
scrollIfInBottom
(
)
:
Boolean
scroll
To
Bottom
Link copied to clipboard
fun
scrollToBottom
(
)
:
Boolean
scroll
To
Last
Visible
Item
Link copied to clipboard
fun
scrollToLastVisibleItem
(
)
:
Boolean
scroll
To
Top
Link copied to clipboard
fun
scrollToTop
(
)
:
Boolean