Skip to main content

ActionButtonClickListener

ActionButtonClickListener

Type: public interface

The action button click listener

onPinpointActionClicked(Pinpoint pinpoint, String actionName)

Type: void

The action which is called when pinpoint action button is clicked.

Parameter NameTypeDescription
pinpointPinpointthe pinpoint
actionNameStringthe action name

onEventActionClicked(Event event, String actionName)

Type: void

The action which is called when event action button is clicked.

Parameter NameTypeDescription
eventEventthe event
actionNameStringthe action name