Terminate(optional)
This is an optional call
This API frees up any system used resources and closes active connections and helps clean-up.
protected void onDestroy() {
super.onDestroy();
hyperServices.terminate();
}
self.hyperInstance.terminate()
[self.hyperInstance terminate];
HyperSdkReact.terminate();
Updated about 1 year ago