Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new MessageStore(prv: PathSegment, id?: string, service?: any): MessageStore

Methods

content

delete

get

  • Since 1.0.2

    Returns individual message record(s) by the given message ID(s). The length of inbound messages is unlimited. Batch request is supported, see Batch Requests for details.

    Required Permissions

    PermissionDescription
    ReadMessagesViewing user messages

    Usage Plan Group

    Light

    Returns Promise<GetMessageInfoResponse>

getEndpoint

  • getEndpoint(withValue?: boolean): string

Protected getRest

list

  • Since 1.0.2

    Returns the list of messages from an extension mailbox.

    Required Permissions

    PermissionDescription
    ReadMessagesViewing user messages

    Usage Plan Group

    Light

    Parameters

    Returns Promise<GetMessageList>

put

  • Since 1.0.2

    Updates message(s) by ID(s). Batch request is supported, see Batch Requests for details. Currently, only the message read status updating is supported.

    Required Permissions

    PermissionDescription
    EditMessagesViewing and updating user messages
    ReadMessagesViewing user messages

    Usage Plan Group

    Medium

    Parameters

    Returns Promise<GetMessageInfoResponse>

toString

  • toString(withValue?: boolean): string

Generated using TypeDoc