Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Enum Classes
  • Methods
  • Terminally Deprecated Elements
    Element
    Description
    com.unblu.sdk.core.Unblu.CallLaunchTargetStrategy
    The functions which use Unblu.NotificationLaunchTargetStrategy should be used instead
    com.unblu.sdk.core.Unblu.setCallLaunchTargetActivity(Class<? extends Activity>)
    Use Unblu.setNotificationLaunchTargetActivity(Class) instead
    com.unblu.sdk.core.Unblu.setCallLaunchTargetStrategy(Unblu.CallLaunchTargetStrategy)
    Use Unblu.setNotificationLaunchTargetStrategy(NotificationLaunchTargetStrategy) instead
  • Deprecated Interfaces
    Interface
    Description
    com.unblu.sdk.core.visitor.ConversationInterceptor
    Use ConversationInterceptorWithRecipient. This class will no longer be supported in the future.
  • Deprecated Enum Classes
    Enum Class
    Description
    com.unblu.sdk.core.Unblu.CallLaunchTargetStrategy
    The functions which use Unblu.NotificationLaunchTargetStrategy should be used instead
  • Deprecated Methods
    Method
    Description
    com.unblu.sdk.core.notification.UnbluNotificationApi.setUnbluIncomingCallUiConfiguration(Context, UnbluIncomingCallUiConfigurationStub)
    com.unblu.sdk.core.Unblu.setCallLaunchTargetActivity(Class<? extends Activity>)
    Use Unblu.setNotificationLaunchTargetActivity(Class) instead
    com.unblu.sdk.core.Unblu.setCallLaunchTargetStrategy(Unblu.CallLaunchTargetStrategy)
    Use Unblu.setNotificationLaunchTargetStrategy(NotificationLaunchTargetStrategy) instead
    com.unblu.sdk.core.visitor.UnbluVisitorClient.joinConversation(String, SuccessCallback<UnbluConversation>, InitConversationExceptionCallback)
    com.unblu.sdk.core.visitor.UnbluVisitorClient.setConversationInterceptor(ConversationInterceptor)