Constructors

Methods

  • iOS only: Changes the color theme of the Zendesk Help Center.

    Parameters

    • color: string

      The color to change the theme to.

    Returns Promise<void>

  • Indicates whether the module is working correctly. This method is useful for testing the module after initialization. If the module is not working correctly, an error will be returned.

    Returns Promise<string>

  • Initializes the Zendesk Chat SDK.

    Parameters

    • accountKey: string

      The Zendesk account key.

    Returns Promise<void>

  • Lets you show a list of the user's tickets. The user can review and update their tickets.

    Returns Promise<void>

  • Opens an article with the given ID.

    Parameters

    • articleId: number

      The ID of the article to open.

    Returns Promise<void>

  • Opens a ticket with the given ID.

    Parameters

    • ticketId: string

      The ID of the ticket to open.

    Returns Promise<void>

  • Sets an anonymous identity for the user using an email and/or name.

    Parameters

    Returns Promise<boolean>

  • Overrides the device locale and forces the Help Center to a specific language.

    Parameters

    • locale: string

    Returns Promise<void>

  • Sets the identity of the user using a JWT.

    Parameters

    • jwt: string

      The JWT to use for the identity.

    Returns Promise<boolean>

  • Opens the Zendesk Answer Bot screen.

    Returns Promise<void>

Generated using TypeDoc