requestCloseSession()
Requests to close an open session on the device.
Declaration
func requestCloseSession()Discussion
Once the request to close the session has completed, device(_:didCloseSessionWithError:) is called on the delegate.
Execution of the delegate callback occurs on the main thread.