Closing or Hiding the Plugin
Closing the Plugin
The close()
method can be used to force the closing of the plugin window. All requests to server and callback functions (except on_close
) within the current session will be aborted.
An example of usage:
Hiding the Plugin Window without Cancelling the Callbacks
The hide()
method can be used to hide the plugin window without cancelling the requests for analysis results and user callback functions. Use this method, for instance, if you want to output 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