Package com.unblu.sdk.core.callback
Interface ConversationInterceptCallback
public interface ConversationInterceptCallback
Callback definition for an event triggered when a newly started conversation is intercepted.
- 
Method SummaryModifier and TypeMethodDescriptionvoidonNotificationIntercept(String visitorData, ConversationRecipient conversationRecipient) Called on each new conversation that is opened successfully.
- 
Method Details- 
onNotificationInterceptvoid onNotificationIntercept(@Nullable String visitorData, @Nullable ConversationRecipient conversationRecipient) Called on each new conversation that is opened successfully.- Parameters:
- visitorData- Custom data for the visitor in any format.
- conversationRecipient- The team or agent recipient of the conversation.
 
 
-