Interface ConversationInterceptCallback


  • public interface ConversationInterceptCallback
    Callback which is triggered if an operation succeeded.
    • 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.