First Upload

Just the APK
Force update disabled, will only work offline.
This commit is contained in:
supermegamestre
2026-01-26 00:26:29 -03:00
commit 4bbd74a497
44413 changed files with 11043538 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
.class public interface abstract Lcom/applovin/mediation/adapter/parameters/MaxAdapterInitializationParameters;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/applovin/mediation/adapter/parameters/MaxAdapterParameters;

View File

@@ -0,0 +1,52 @@
.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

View File

@@ -0,0 +1,17 @@
.class public interface abstract Lcom/applovin/mediation/adapter/parameters/MaxAdapterResponseParameters;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/applovin/mediation/adapter/parameters/MaxAdapterParameters;
# virtual methods
.method public abstract getBidExpirationMillis()J
.end method
.method public abstract getBidResponse()Ljava/lang/String;
.end method
.method public abstract getThirdPartyAdPlacementId()Ljava/lang/String;
.end method

View File

@@ -0,0 +1,11 @@
.class public interface abstract Lcom/applovin/mediation/adapter/parameters/MaxAdapterSignalCollectionParameters;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/applovin/mediation/adapter/parameters/MaxAdapterParameters;
# virtual methods
.method public abstract getAdFormat()Lcom/applovin/mediation/MaxAdFormat;
.end method