setOnItemClickListener

open fun setOnItemClickListener(@NonNull itemClickListener: OnItemClickListener<BaseMessage>): ChatNotificationChannelFragment.Builder

Sets the 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

itemClickListener

The callback that will run.