ChatUISwipeRefreshLayout

Constructors

Link copied to clipboard
public void ChatUISwipeRefreshLayout(Context context)
public void ChatUISwipeRefreshLayout(Context context, AttributeSet attrs)

Types

Link copied to clipboard
public interface OnFlushListener
Link copied to clipboard
public interface OnLoadListener

Properties

Link copied to clipboard
public boolean isLoadMoreFinish
Link copied to clipboard
public boolean isRefreshFinish

Functions

Link copied to clipboard
public boolean dispatchTouchEvent(MotionEvent ev)
Link copied to clipboard
public void setAutoLoading(boolean autoLoading)
Set the pull-up loading mode: auto-show FooterView and load when scrolled to bottom, or require an additional manual pull-up after reaching the bottom.
Link copied to clipboard
public void setCanLoading(boolean enabled)
Link copied to clipboard
public void setCanRefresh(boolean enabled)
Set whether pull-to-refresh is enabled
Link copied to clipboard
public void setLoadMoreFinish(boolean loading)
Set the loading state
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public void setRefreshing(boolean flushing)
Set the refresh state, controlled by the flushing parameter