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 Name | Type | Description |
---|---|---|
pinpoint | Pinpoint | the pinpoint |
actionName | String | the action name |
onEventActionClicked(Event event, String actionName)
Type: void
The action which is called when event action button is clicked.
Parameter Name | Type | Description |
---|---|---|
event | Event | the event |
actionName | String | the action name |