Version: stable
zendesk.initialize()
Initialize the Zendesk SDK
PARAMETERS
None
zendesk.set_callback()
Set a callback for events from the Zendesk SDK
PARAMETERS
None
zendesk.show_messaging()
Show the conversation screen.
PARAMETERS
None
zendesk.set_conversation_fields()
Set conversation fields in the SDK to add contextual data about the conversation.
PARAMETERS
None
zendesk.clear_conversation_fields()
Clear conversation fields from the SDK storage when the client side context changes.
PARAMETERS
None
zendesk.set_conversation_tags()
Set custom conversation tags in the SDK to add contextual data about the conversation.
PARAMETERS
None
zendesk.clear_conversation_tags()
Clear conversation tags from SDK storage when the client side context changes.
PARAMETERS
None
zendesk.login()
Authenticate a user.
PARAMETERS
None
zendesk.logout()
Unauthenticate a user.
PARAMETERS
None
An error was detected while initializing the Zendesk SDK
The Zendesk SDK has been initialized successfully
An internal error occured
An generic error occured
The number of unread messages has changed
A REST call failed for authentication reasons
Validation checks failed for conversation fields
Login was successful
Login failed
Logout was successful
Logout failed