SDK Lifecycle

Overview

In order to interact with Sensibill SDK, e.g. access Sensibill UI, or upload the documents to Sensibill API, the SDK must be initialized and started. To finish interacting with the Sensibill SDK, it should be stopped and deinitialized.

The start process requires the authentication to be provided, hence it’s recommended to follow Authentication process first for a corresponding platform.

Implementation Details