Skip to content

mercadolibre/card-form-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe76c1d ยท Jul 13, 2022
Feb 2, 2022
May 17, 2022
Jul 13, 2022
Jul 13, 2022
Jun 30, 2021
Jan 6, 2020
Apr 28, 2022
Feb 3, 2022
Feb 3, 2022
Aug 13, 2020
Apr 14, 2021
Apr 14, 2021
Dec 10, 2019
Jan 6, 2020

Repository files navigation

Installation

Android Studio

Add this line to your app's build.gradle inside the dependencies section:

implementation 'com.mercadolibre.android:cardform:2.+'

Local deployment

With this command you can generate a local version for testing:

./gradlew publishLocal

๐Ÿ’ How to use?

CardForm.Builder.withAccessToken("user_access_token", "current_site_id", "integration_flow_id").build()
    .start("activity_from", "request_code")