Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatMultiDeviceEventListener

export notify

Hierarchy

  • ChatMultiDeviceEventListener

Index

Methods

  • Occurs when a contact event occurs.

    Parameters

    • Optional event: ChatMultiDeviceEvent

      The event type.

    • Optional target: string

      The user ID.

    • Optional ext: string

      The extension of user information.

    Returns void

  • Occurs when a conversation event occurs.

    Parameters

    Returns void

  • Occurs when a group event occurs.

    Parameters

    • Optional event: ChatMultiDeviceEvent

      The event type.

    • Optional target: string

      The group ID.

    • Optional usernames: string[]

      The array of user IDs.

    Returns void

  • onMessageRemoved(convId?: string, deviceId?: string): void
  • Callback to other devices after conversation deleted message from server after enabling multiple devices.

    Parameters

    • Optional convId: string

      The conversation ID.

    • Optional deviceId: string

      The device ID.

    Returns void

  • Occurs when a thread event occurs.

    Parameters

    • Optional event: ChatMultiDeviceEvent

      The event type.

    • Optional target: string

      The group ID.

    • Optional usernames: string[]

      The array of user IDs.

    Returns void

Generated using TypeDoc