onItemLongClicked

protected open fun onItemLongClicked(    @NonNull view: View,     position: Int,     @NonNull channel: OpenChannel)

Called when the item of the channel list is long-clicked.

Parameters

view

The View long-clicked.

position

The position long-clicked.

channel

The channel that the long-clicked item displays since 3.2.0