Options
All
  • Public
  • Public/Protected
  • All
Menu

react-native-agora-chat

Index

Enumerations

Classes

Interfaces

Functions

Functions

  • Converts the conversation type from int to enum.

    Parameters

    • params: number

      The conversation type of the int type.

    Returns ChatConversationType

    The conversation type of the enum type.

  • Converts the conversation type from enum to string.

    Parameters

    Returns string

    The conversation type of the string type.

  • Converts the message download status from int to string.

    Parameters

    • params: number

      The message download status of the int type.

    Returns ChatDownloadStatus

    The message download status of the string type.

  • Converts the message download status from int to string.

    Parameters

    Returns string

    The message download status of the string type.

  • Converts the group role from Int to enum.

    Parameters

    • params: number

      The group role of the Int type.

    Returns ChatGroupPermissionType

    The group role of the enum type.

  • Converts the group role from enum to string.

    Parameters

    Returns string

    The group role of the string type.

  • Converts the group type from Int to enum.

    Parameters

    • params: number

      The group type of the Int type.

    Returns ChatGroupStyle

    The group type of the enum type.

  • Converts the group type from enum to string.

    Parameters

    Returns string

    The group type of the string type.

  • Converts the conversation type from int to string.

    Parameters

    • params: number

      The conversation type of the int type.

    Returns ChatMessageChatType

    The conversation type of the string type.

  • Converts the message direction from string to enum.

    Parameters

    • params: string

      The message direction of the string type.

    Returns ChatMessageDirection

    The message direction of the enum type.

  • Converts the message status from int to enum.

    Parameters

    • params: number

      The message status of the int type.

    Returns ChatMessageStatus

    The message status of the enum type.

  • Converts the message status from enum to string.

    Parameters

    Returns string

    The message status of the string type.

  • Converts the message type from string to enum.

    Parameters

    • params: string

      The message type of the string type.

    Returns ChatMessageType

    The message type of the enum type.

  • Converts the multi-device event from Int to enum.

    Parameters

    • params: number

      The multi-device event of the int type.

    Returns ChatMultiDeviceEvent

    The multi-device event of the enum type.

  • Converts the push notification mode from int to enum.

    Parameters

    • params: number

      The push notification mode of the int type.

    Returns ChatPushRemindType

    The push notification mode of the enum type.

  • Converts the push notification mode from enum to int.

    Parameters

    Returns number

    The push notification mode of the int type.

  • Converts the chat room role type from Int to enum.

    Parameters

    • params: number

      The chat room role type of the Int type.

    Returns ChatRoomPermissionType

    The chat room role type of the enum type.

  • Converts the chat room role type from enum to string.

    Parameters

    Returns string

    The chat room role type of the string type.

  • Converts the parameter type of the do-not-disturb mode from int to enum.

    Parameters

    • params: number

      The do-not-disturb parameter type of the int type.

    Returns ChatSilentModeParamType

    The do-not-disturb parameter of the enum type.

  • Converts the parameter type of the do-not-disturb mode from enum to int.

    Parameters

    Returns number

    The do-not-disturb parameter type of the int type.

Generated using TypeDoc