iOS only: Changes the color theme of the Zendesk Help Center.
Parameters
color: string
The color to change the theme to.
Returns Promise<void>
healthCheck
healthCheck(): Promise<string>
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>
initializeChat
initializeChat(accountKey): Promise<void>
Initializes the Zendesk Chat SDK.
Parameters
accountKey: string
The Zendesk account key.
Returns Promise<void>
listTickets
listTickets(): Promise<void>
Lets you show a list of the user's tickets. The user can review and update their tickets.
iOS only: Changes the color theme of the Zendesk Help Center.