set On Message Template Action Handler
open fun setOnMessageTemplateActionHandler(@NonNull handler: OnNotificationTemplateActionHandler): FeedNotificationChannelFragment.Builder
Sets the click listener on the message template view clicked. Sets the click listener when the view component that has com.sendbird.uikit.model.Action is clicked
Return
This Builder object to allow for chaining of calls to set methods. since 3.5.0
Parameters
handler
The callback that will run.