Closing or Hiding the Plugin
Closing the Plugin
To force the closing of the plugin window, use the close()
method. All requests to server and callback functions (except on_close
) within the current session will be aborted.
Example:
Hiding the Plugin Window without Cancelling the Callbacks
To hide the plugin window without cancelling the requests for analysis results and user callback functions, call the hide()
method. Use this method, for instance, if you want to display your own upload indicator after submitting data.
An example of usage:
PreviousCapturing Video and Description of the on_capture_complete CallbackNextLocalization: Adding a Custom Language Pack
Last updated