proactiveActionSuccess
public final static Unit proactiveActionSuccess(ChatEventHandler $self, ActionMetadata data, Date date, ChatEventHandler.OnEventSentListener listener, ChatEventHandler.OnEventErrorListener errorListener)
public final static Unit proactiveActionSuccess(ChatEventHandler $self, ActionMetadata data, Date date, ChatEventHandler.OnEventSentListener listener)
public final static Unit proactiveActionSuccess(ChatEventHandler $self, ActionMetadata data, Date date)
Send a proactive action success event to the analytics.
proactiveActionClick should be invoked when the user accepts a proactive action offered via ChatActionHandler.onPopup listener either by clicking or tapping it.
Parameters
data
ActionMetadata provided in ChatActionHandler.onPopup listener.
date
date of the event.
listener
an optional listener to be notified after the event has been sent.
errorListener
an optional error listener to be notified about errors encountered when event is handled.