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();
Updated over 1 year ago