Button DeepLink Commerce enables rich cross-application functionality initiated from drop-in Buttons
. Buttons act as the entry point to highly-contextual, fully attributed actions across apps.
The DeepLink Commerce (DLC) SDK provides full functionality for both sending and receiving users, attributed within the DLC network.
Add a Button
to your app, pass it some context
and it will render & display itself. e.g...
Ride
use-case with an end-location
We highly recommend that you use our SDK with Gradle, all you need to do is make sure you have jcenter()
as one of your app's repositories.
repositories {
jcenter()
}
dependencies {
// Add the Button SDK dependency to the list of dependencies,
// you can see the latest version in the badge above
// Replace + with this number, e.g. 1.0.0
compile 'com.usebutton:android-sdk:+'
}
But you can also include us manually by dropping our aar
into you /libs
folder, click to get the latest version.
- Get an Application ID by signing up here: app.usebutton.com.
- Follow the DeepLink Commerce Integration Guide to get DLC in your app!
You can find the full SDK Documentation here.
You can find relevant example code and a fully working sample application in our button-android-sample repository.