ClicktermClient is the entry point for the ClickTerm iOS SDK. Initialize it once before displaying a clickwrap.
Initialize
Call
initialize() when your app starts:
Shut down
shutdown() clears the current SDK configuration and loaded translations. Call it when signing out a user or replacing the active SDK configuration. Call initialize() again before the next SDK operation.
Lower-level requests
Most apps should useClicktermDialog. These lower-level methods are available when you need to build your own presentation:
ClicktermError.
