Interface LeaderboardsListView
-
- All Superinterfaces:
EndlessListView
,LceView
,ListView
,MvpLceView
,MvpView
,RefreshableView
- All Known Implementing Classes:
LeaderboardsListFragment
public interface LeaderboardsListView extends EndlessListView
Extends theEndlessListView
The View class for the Leaderboard lists
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
appendBoardsList(java.util.List<Board> boards, int totalEntries)
The view get notified in this method when the call to the Leaderboards list API (with pagination) gets a successful responsevoid
showBoardsList(java.util.List<Board> boards, int totalEntries)
Notifies the View when the leaderboard data was received successfully-
Methods inherited from interface com.cheetahdigital.uikit.widget.list.EndlessListView
onFinishLoadMore, onLoadMoreFailed
-
Methods inherited from interface com.cheetahdigital.uikit.architecture.lce.LceView
onLoadFailed, onLoadSuccess, setErrorViewClickListener
-
Methods inherited from interface com.cheetahdigital.uikit.architecture.lce.MvpLceView
showContent, showError, showLoading
-
Methods inherited from interface com.cheetahdigital.uikit.architecture.refreshable.RefreshableView
onFinishRefresh, onRefreshFailed
-
-