disconnect
Stops the presentation and shuts down the transport.
This does not send a message to terminate the session. Applications should use sendTransportSpecificTermination or sendDeviceResponse with status Constants.SESSION_DATA_STATUS_SESSION_TERMINATION to do that.
No callbacks will be done on a listener after calling this.
This method is idempotent so it is safe to call multiple times.