Android Webview

Alloy's Android Webview allows you to integrate with any of Alloy's web enabled document verification plugins.

Example Project

To get started, clone and open in Android Studio the example located at https://github.com/alloy-samples/quickstart-app-android

You will need to set up your own key and JourneyToken, but the example is preloaded with a template.

Installation

We have publish the package on maven github packages. You will need to modify settings.gradle by adding a github user and personal access token. The package located at https://maven.pkg.github.com/UseAlloy/alloy-codeless-lite-android

The current version is v1.0.9

Parameters

KeyTypeDescription
key
required
stringThis is your Alloy SDK key. It can be found in the settings section of your Alloy dashboard
journeyToken
required
stringYour Journey Token can be grabbed from the Journey page on your Alloy dashboard
JourneyApplicationTokenoptionalSpecific application of a Journey
isSingleEntitybooleanUse this parameter if you want to send each entity their own portion of the step up process
entityTokenstringRequired if isSingleEntity is true.
externalEntityIdstring
productionbooleanIndicates if you are hitting sandbox or prod API endpoints
colorjson
customStylejson

🚧

Be sure to enable your application to enable use of the Camera and Live video recording