-
public interface MessageListView.ScrollButtonBehaviour
-
-
Method Summary
Modifier and Type Method Description abstract UnituserScrolledUp()abstract UnituserScrolledToTheBottom()abstract UnitonUnreadMessageCountChanged(Integer count)-
-
Method Detail
-
userScrolledUp
abstract Unit userScrolledUp()
-
userScrolledToTheBottom
abstract Unit userScrolledToTheBottom()
-
onUnreadMessageCountChanged
abstract Unit onUnreadMessageCountChanged(Integer count)
-
-
-
-