Files
rr3-apk/smali_classes2/com/google/android/gms/ads/mediation/MediationAdRequest.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

62 lines
1.5 KiB
Smali

.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationAdRequest;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# static fields
.field public static final TAG_FOR_CHILD_DIRECTED_TREATMENT_FALSE:I = 0x0
.field public static final TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE:I = 0x1
.field public static final TAG_FOR_CHILD_DIRECTED_TREATMENT_UNSPECIFIED:I = -0x1
# virtual methods
.method public abstract getBirthday()Ljava/util/Date;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getGender()I
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getKeywords()Ljava/util/Set;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Set<",
"Ljava/lang/String;",
">;"
}
.end annotation
.end method
.method public abstract getLocation()Landroid/location/Location;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract isDesignedForFamilies()Z
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract isTesting()Z
.end method
.method public abstract taggedForChildDirectedTreatment()I
.end method