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

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