Android SDK
This page describes how to install the AdGate Media iOS SDK.
Requirements
1. Install SDK
repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
implementation 'com.google.android.gms:play-services-iid:10.2.1'
implementation 'com.google.android.gms:play-services-ads:10.2.1'
implementation 'com.google.code.gson:gson:2.8.0'
implementation 'com.squareup.okio:okio:1.12.0'
implementation 'com.squareup.okhttp3:okhttp:3.7.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.facebook.network.connectionclass:connectionclass:1.0.1'
implementation(name:'adgatemediasdk', ext:'aar')
}2. Load the offer wall
3. Display the offer wall
4. Get a list of the latest offer wall conversions
6. Enable console messages
7. Demo app
Last updated
Was this helpful?
