Teardown
Target audience: developers working on the integration layer.
The public method is described in TerminalApi. This page covers the implementation’s responsibilities.
TerminalApiImpl.teardownTerminal
Sequence:
SdkRuntime.logout()SdkRuntime.teardown()TerminalConnectionManager.setConnected(false)- return
trueif both SDK steps succeed
If an exception occurs, it is logged and the method returns false.
Limitation
ApiModule does not expose a public reset API for reconfiguring the entire integration within the same process.
Configuration rules for consumers are described in
Configuration.