Interface ConversationInterceptor


  • @Deprecated
    public interface ConversationInterceptor
    Deprecated.
    Use ConversationInterceptorWithRecipient. This class will no longer be supported in the future.
    Interface for intercepting new conversations.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void onNewConversation​(com.unblu.sdk.core.internal.visitor.ConversationType conversationRequestType, java.lang.String customVisitorData, SuccessCallback<java.lang.String> successCallback)
      Deprecated.
      An interceptor function called every time a new conversation is started from the UI or visitor SDK API.