Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 2.21 KB

HEADING.md

File metadata and controls

61 lines (38 loc) · 2.21 KB

Button Android Deep Link Commerce

Button DeepLink Commerce

Overview

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

Getting started

Gradle integration

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()
}

Latest version: Download.

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:+'
}

Manual integration

But you can also include us manually by dropping our aar into you /libs folder, click Download to get the latest version.

Next Steps

  1. Get an Application ID by signing up here: app.usebutton.com.
  2. Follow the DeepLink Commerce Integration Guide to get DLC in your app!

You can find the full SDK Documentation here.

Samples

You can find relevant example code and a fully working sample application in our button-android-sample repository.

Release notes