Package com.unblu.sdk.core.callback
Interface ConversationInterceptCallback
-
public interface ConversationInterceptCallback
Callback which is triggered if an operation succeeded.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onNotificationIntercept(java.lang.String visitorData, ConversationRecipient conversationRecipient)
Called after the conversation successfully executed
-
-
-
Method Detail
-
onNotificationIntercept
void onNotificationIntercept(@Nullable java.lang.String visitorData, @Nullable ConversationRecipient conversationRecipient)
Called after the conversation successfully executed- Parameters:
visitorData
- Custom data for the visitor in any format.conversationRecipient
- The team or agent recipient of the conversation.
-
-