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
/** | |
* This is called when the response is positive (for example when the status is 'connected'). | |
* @callback successCallback | |
*/ | |
/** | |
* This is called when the response is negative (for example when the status is not 'connected'). | |
* @callback failureCallback | |
*/ |