Interface ConversationInterceptorWithRecipient


public interface ConversationInterceptorWithRecipient
Interface for intercepting new conversations.
  • Method Summary

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