Skip to main content
API Reference NSDK NSDKSession

destroyAll

Destroys all sessions at once, releasing all native resources....

Declaration

@MainActor func destroyAll()

Summary

Destroys all sessions at once, releasing all native resources.
Use this on reset or when the NSDKSession is no longer needed.
- Important: Must be called from the main thread.