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
Key | Type | Description |
---|---|---|
key required | string | This is your Alloy SDK key. It can be found in the settings section of your Alloy dashboard |
journeyToken required | string | Your Journey Token can be grabbed from the Journey page on your Alloy dashboard |
JourneyApplicationToken | optional | Specific application of a Journey |
isSingleEntity | boolean | Use this parameter if you want to send each entity their own portion of the step up process |
entityToken | string | Required if isSingleEntity is true. |
externalEntityId | string | |
production | boolean | Indicates if you are hitting sandbox or prod API endpoints |
color | json | |
customStyle | json |
Be sure to enable your application to enable use of the Camera and Live video recording
Updated 18 days ago