Step 3. Proguard

With the aar, Proguard rules are automatically added.

If you use jar for integration, please follow the settings listed here.

-keepnames class com.intowow.sdk.*
-keep class com.intowow.sdk.* { public *; }
-keep class com.moat.**
-keep class com.integralads.avid.library.** { *; }
-keepclassmembers class com.intowow.sdk.* { public *; }
-keepclassmembers class * {
    @android.webkit.JavascriptInterface <methods>;
}
-keep class com.iab.omid.**
-dontwarn com.moat.**
-dontwarn com.iab.omid.**

If you use the Mediation service, please keep the custom event class under your proguard rule.

Last updated