• Preparing search index...
  • The search index is not available
Avaya Infinity Omni SDK
  • Avaya Infinity Omni SDK
  • @avaya/infinity-omni-sdk-messaging
  • MessagingConversation

Function MessagingConversation

  • MessagingConversation(): Constructable<CoreConversation> & Constructable<MessagingConversationTrait>
  • A mixin that adds messaging capabilities to the CoreConversation class.

    Returns Constructable<CoreConversation> & Constructable<MessagingConversationTrait>

    A new class that extends the CoreConversation class with messaging capabilities.

  • MessagingConversation<T>(BaseConversationClass): Constructable<MessagingConversationTrait> & T
  • A mixin that adds messaging capabilities to the provided base class which should be a sub class of CoreConversation class.

    Type Parameters

    • T extends Constructable<CoreConversation>

    Parameters

    • BaseConversationClass: T

      The base class to extend. The base class must be subclass of CoreConversation.

    Returns Constructable<MessagingConversationTrait> & T

    A new class that extends the provided base class with messaging capabilities.

Settings

Avaya Infinity Omni SDK
  • Loading...