DOT Android Face Lite 7.0.0

This guide describes how to migrate DOT Android Face Lite 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)

Compatibility with DIS

When utilizing DIS for server-side evaluation, ensure compatibility between your DIS version and the corresponding SDK version. Refer to the DIS vs SDKs compatibility table for detailed compatibility information.

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.