Interface ConversationInterceptCallback


public interface ConversationInterceptCallback
Callback definition for an event triggered when a newly started conversation is intercepted.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNotificationIntercept(String visitorData, ConversationRecipient conversationRecipient)
    Called on each new conversation that is opened successfully.
  • Method Details

    • onNotificationIntercept

      void 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.