onHandleAction

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

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

Since

3.16.0

Parameters

view

the view that was clicked.

action

the registered Action data

message

the clicked message