DOT Android Document 7.0.0

This guide describes how to migrate DOT Android Document version 6.x to version 7.0. Only the most important changes are highlighted in this guide. For more details, see the Android Samples.

Migration Steps (Kotlin)

License

  • License file is required. To obtain one, please contact support@innovatrics.com.

Basic Setup

  • Run DotSdk.initialize() before using the DOT API. This operation should be called on background thread. DOT Android SDK Samples shows how to do it.