Install SDK
1. Introduction
2. Prerequisites
3. SDK Integration
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven {
url = uri("https://europe-west1-maven.pkg.dev/mychips-b31fe/mychips-android-sdk")
}
}
}dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven("https://europe-west1-maven.pkg.dev/mychips-b31fe/mychips-android-sdk")
}
}4. Initializing the SDK
4.1 (Mandatory) Set Google AdvertisingId
4.2(Optional) Set userId if you have your own unique id
4.3(Optional) Set User Age
4.4(Optional) Set User Gender
4.5 (Optional) Set Custom Parameters (aff_sub1–aff_sub5 )
aff_sub1–aff_sub5 )5. Display the Offerwall
5.1 How to Display the Offerwall
5.2 (Optional) How to Set the Title on the Offerwall Toolbar
Last updated