Interface ConversationInterceptCallback


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

      • onNotificationIntercept

        void onNotificationIntercept​(@Nullable
                                     java.lang.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.