Hey! These docs are for version 3.2, which is no longer officially supported. Click here for the latest version, 1.0!

Terminate (optional)

This API frees up any system used resources and closes active connections and helps clean-up.

Integration Samples:

protected void onDestroy() {
   super.onDestroy();
   hyperServices.terminate();
}
self.hyperInstance.terminate()
[self.hyperInstance terminate];
HyperSdkReact.terminate();