onItemLongClicked

protected open fun onItemLongClicked(    @NonNull view: View,     position: Int,     @NonNull user: T)

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

Parameters

view

The View long-clicked.

position

The position long-clicked.

user

The user that the long-clicked item displays since 3.0.0