onHandleAction

abstract fun onHandleAction(@NonNull view: View, @NonNull action: Action, @NonNull message: BaseMessage)

If an Action is registered in a specific view, it is called when a click event occurs.

Parameters

view

the view that was clicked.

action

the registered Action data

message

the clicked message since 3.5.0