Skip to content

MultiScan Kotlin Demo

Reference implementation of MultiScan Demo app in Android Kotlin

Getting Started

build.gradle

To have the AHI MultiScan SDK accessible to the project, the AHI Maven repository needs to be listed in the build.gradle file. In this project, the values are provided as environment variables, which will be provided by AHI on request. Specifically:

  • DEV_AWS_URL = The URL to the AHI Dev Maven repository.
  • DEV_AWS_ACCESS_KEY = The AHI Dev Maven repository access key.
  • DEV_AWS_SECRET_KEY = The AHI Dev Maven repository access secret.
  • RELEASE_AWS_URL = The URL to the AHI Release Maven repository.
  • RELEASE_AWS_ACCESS_KEY = The AHI Release Maven repository access key.
  • RELEASE_AWS_SECRET_KEY = The AHI Release Maven repository access secret.
  • GRADLE_MULTISCAN_TOKEN = The AHI SDK service token passed to the setup() method.