This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Zendesk messaging Web Widget SDK | |
* https://developer.zendesk.com/api-reference/widget-messaging/introduction/ | |
*/ | |
interface ZendeskMessagingWidget { | |
/** | |
* If your application has a login flow, or if a user needs to access the same conversation from multiple devices, | |
* you can use the `loginUser` API. | |
* | |
* You can associate users with your own user directory by issuing a `JWT` credential during the login flow. |