setOnItemLongClickListener

open fun setOnItemLongClickListener(@NonNull itemLongClickListener: OnItemLongClickListener<BaseMessage>): ChatNotificationChannelFragment.Builder

Sets the long click listener on the item of the notification message.

Return

This Builder object to allow for chaining of calls to set methods. since 3.17.0

Parameters

itemLongClickListener

The callback that will run.