MentionListPullToRefreshIndicatorParams

data class MentionListPullToRefreshIndicatorParams(val pullToRefreshState: PullToRefreshState, val isRefreshing: Boolean, val modifier: Modifier = Modifier)

Parameters for ChatComponentFactory.MentionListPullToRefreshIndicator.

Parameters

pullToRefreshState

The state of the pull-to-refresh.

isRefreshing

Whether the list is currently refreshing.

modifier

Modifier for styling.

Constructors

Link copied to clipboard
constructor(pullToRefreshState: PullToRefreshState, isRefreshing: Boolean, modifier: Modifier = Modifier)

Properties

Link copied to clipboard
Link copied to clipboard