Files
rr3-apk/smali_classes2/com/applovin/mediation/adapter/parameters/MaxAdapterParameters.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

53 lines
1.4 KiB
Smali

.class public interface abstract Lcom/applovin/mediation/adapter/parameters/MaxAdapterParameters;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract getAdUnitId()Ljava/lang/String;
.end method
.method public abstract getConsentString()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getCustomParameters()Landroid/os/Bundle;
.end method
.method public abstract getLocalExtraParameters()Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/Object;",
">;"
}
.end annotation
.end method
.method public abstract getServerParameters()Landroid/os/Bundle;
.end method
.method public abstract hasUserConsent()Ljava/lang/Boolean;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract isAgeRestrictedUser()Ljava/lang/Boolean;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract isDoNotSell()Ljava/lang/Boolean;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract isTesting()Z
.end method