Add Discord APKTool decompilation (Smali source for modding)

- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
This commit is contained in:
2026-02-18 16:13:44 -08:00
parent c080f0d97f
commit f3960ee359
44288 changed files with 10998761 additions and 0 deletions

View File

@@ -0,0 +1,158 @@
.class public Lcom/google/android/ump/ConsentDebugSettings$Builder;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/ump/ConsentDebugSettings;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Builder"
.end annotation
# instance fields
.field public final zza:Ljava/util/List;
.field public final zzb:Landroid/content/Context;
.field public zzc:I
.field public zzd:Z
# direct methods
.method public constructor <init>(Landroid/content/Context;)V
.locals 1
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/google/android/ump/ConsentDebugSettings$Builder;->zza:Ljava/util/List;
const/4 v0, 0x0
iput v0, p0, Lcom/google/android/ump/ConsentDebugSettings$Builder;->zzc:I
.line 2
invoke-virtual {p1}, Landroid/content/Context;->getApplicationContext()Landroid/content/Context;
move-result-object p1
iput-object p1, p0, Lcom/google/android/ump/ConsentDebugSettings$Builder;->zzb:Landroid/content/Context;
return-void
.end method
.method public static bridge synthetic zza(Lcom/google/android/ump/ConsentDebugSettings$Builder;)I
.locals 0
iget p0, p0, Lcom/google/android/ump/ConsentDebugSettings$Builder;->zzc:I
return p0
.end method
# virtual methods
.method public addTestDeviceHashedId(Ljava/lang/String;)Lcom/google/android/ump/ConsentDebugSettings$Builder;
.locals 1
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/ump/ConsentDebugSettings$Builder;->zza:Ljava/util/List;
.line 1
invoke-interface {v0, p1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
return-object p0
.end method
.method public build()Lcom/google/android/ump/ConsentDebugSettings;
.locals 3
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
const/4 v0, 0x1
.line 1
invoke-static {v0}, Lcom/google/android/gms/internal/consent_sdk/zzct;->zza(Z)Z
move-result v1
if-nez v1, :cond_2
iget-object v1, p0, Lcom/google/android/ump/ConsentDebugSettings$Builder;->zza:Ljava/util/List;
iget-object v2, p0, Lcom/google/android/ump/ConsentDebugSettings$Builder;->zzb:Landroid/content/Context;
.line 2
invoke-static {v2}, Lcom/google/android/gms/internal/consent_sdk/zzcl;->zza(Landroid/content/Context;)Ljava/lang/String;
move-result-object v2
invoke-interface {v1, v2}, Ljava/util/Collection;->contains(Ljava/lang/Object;)Z
move-result v1
if-eqz v1, :cond_0
goto :goto_0
:cond_0
iget-boolean v1, p0, Lcom/google/android/ump/ConsentDebugSettings$Builder;->zzd:Z
if-eqz v1, :cond_1
goto :goto_0
:cond_1
const/4 v0, 0x0
:cond_2
:goto_0
new-instance v1, Lcom/google/android/ump/ConsentDebugSettings;
const/4 v2, 0x0
invoke-direct {v1, v0, p0, v2}, Lcom/google/android/ump/ConsentDebugSettings;-><init>(ZLcom/google/android/ump/ConsentDebugSettings$Builder;Lcom/google/android/ump/zza;)V
return-object v1
.end method
.method public setDebugGeography(I)Lcom/google/android/ump/ConsentDebugSettings$Builder;
.locals 0
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
iput p1, p0, Lcom/google/android/ump/ConsentDebugSettings$Builder;->zzc:I
return-object p0
.end method
.method public setForceTesting(Z)Lcom/google/android/ump/ConsentDebugSettings$Builder;
.locals 0
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
iput-boolean p1, p0, Lcom/google/android/ump/ConsentDebugSettings$Builder;->zzd:Z
return-object p0
.end method

View File

@@ -0,0 +1,29 @@
.class public interface abstract annotation Lcom/google/android/ump/ConsentDebugSettings$DebugGeography;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/ump/ConsentDebugSettings;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "DebugGeography"
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation
# static fields
.field public static final DEBUG_GEOGRAPHY_DISABLED:I = 0x0
.field public static final DEBUG_GEOGRAPHY_EEA:I = 0x1
.field public static final DEBUG_GEOGRAPHY_NOT_EEA:I = 0x2

View File

@@ -0,0 +1,54 @@
.class public Lcom/google/android/ump/ConsentDebugSettings;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/ump/ConsentDebugSettings$Builder;,
Lcom/google/android/ump/ConsentDebugSettings$DebugGeography;
}
.end annotation
# instance fields
.field public final zza:Z
.field public final zzb:I
# direct methods
.method public synthetic constructor <init>(ZLcom/google/android/ump/ConsentDebugSettings$Builder;Lcom/google/android/ump/zza;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-boolean p1, p0, Lcom/google/android/ump/ConsentDebugSettings;->zza:Z
invoke-static {p2}, Lcom/google/android/ump/ConsentDebugSettings$Builder;->zza(Lcom/google/android/ump/ConsentDebugSettings$Builder;)I
move-result p1
iput p1, p0, Lcom/google/android/ump/ConsentDebugSettings;->zzb:I
return-void
.end method
# virtual methods
.method public getDebugGeography()I
.locals 1
iget v0, p0, Lcom/google/android/ump/ConsentDebugSettings;->zzb:I
return v0
.end method
.method public isTestDevice()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/ump/ConsentDebugSettings;->zza:Z
return v0
.end method

View File

@@ -0,0 +1,23 @@
.class public interface abstract Lcom/google/android/ump/ConsentForm$OnConsentFormDismissedListener;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/ump/ConsentForm;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "OnConsentFormDismissedListener"
.end annotation
# virtual methods
.method public abstract onConsentFormDismissed(Lcom/google/android/ump/FormError;)V
.param p1 # Lcom/google/android/ump/FormError;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,24 @@
.class public interface abstract Lcom/google/android/ump/ConsentForm;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/ump/ConsentForm$OnConsentFormDismissedListener;
}
.end annotation
# virtual methods
.method public abstract show(Landroid/app/Activity;Lcom/google/android/ump/ConsentForm$OnConsentFormDismissedListener;)V
.param p1 # Landroid/app/Activity;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/ump/ConsentForm$OnConsentFormDismissedListener;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,31 @@
.class public interface abstract annotation Lcom/google/android/ump/ConsentInformation$ConsentStatus;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/ump/ConsentInformation;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "ConsentStatus"
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation
# static fields
.field public static final NOT_REQUIRED:I = 0x1
.field public static final OBTAINED:I = 0x3
.field public static final REQUIRED:I = 0x2
.field public static final UNKNOWN:I

View File

@@ -0,0 +1,23 @@
.class public interface abstract Lcom/google/android/ump/ConsentInformation$OnConsentInfoUpdateFailureListener;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/ump/ConsentInformation;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "OnConsentInfoUpdateFailureListener"
.end annotation
# virtual methods
.method public abstract onConsentInfoUpdateFailure(Lcom/google/android/ump/FormError;)V
.param p1 # Lcom/google/android/ump/FormError;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,19 @@
.class public interface abstract Lcom/google/android/ump/ConsentInformation$OnConsentInfoUpdateSuccessListener;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/ump/ConsentInformation;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "OnConsentInfoUpdateSuccessListener"
.end annotation
# virtual methods
.method public abstract onConsentInfoUpdateSuccess()V
.end method

View File

@@ -0,0 +1,135 @@
.class public final enum Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.super Ljava/lang/Enum;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/ump/ConsentInformation;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "PrivacyOptionsRequirementStatus"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;",
">;"
}
.end annotation
# static fields
.field public static final enum NOT_REQUIRED:Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end field
.field public static final enum REQUIRED:Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end field
.field public static final enum UNKNOWN:Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end field
.field private static final synthetic zza:[Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
# direct methods
.method static constructor <clinit>()V
.locals 5
.line 1
new-instance v0, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
const-string v1, "UNKNOWN"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;->UNKNOWN:Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
new-instance v1, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
const-string v2, "NOT_REQUIRED"
const/4 v3, 0x1
.line 2
invoke-direct {v1, v2, v3}, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;->NOT_REQUIRED:Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
new-instance v2, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
const-string v3, "REQUIRED"
const/4 v4, 0x2
.line 3
invoke-direct {v2, v3, v4}, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;-><init>(Ljava/lang/String;I)V
sput-object v2, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;->REQUIRED:Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
filled-new-array {v0, v1, v2}, [Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
move-result-object v0
sput-object v0, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;->zza:[Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.locals 1
.param p0 # Ljava/lang/String;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
const-class v0, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.line 1
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
return-object p0
.end method
.method public static values()[Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.locals 1
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
sget-object v0, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;->zza:[Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.line 1
invoke-virtual {v0}, [Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
return-object v0
.end method

View File

@@ -0,0 +1,52 @@
.class public interface abstract Lcom/google/android/ump/ConsentInformation;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/ump/ConsentInformation$OnConsentInfoUpdateFailureListener;,
Lcom/google/android/ump/ConsentInformation$OnConsentInfoUpdateSuccessListener;,
Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;,
Lcom/google/android/ump/ConsentInformation$ConsentStatus;
}
.end annotation
# virtual methods
.method public abstract canRequestAds()Z
.end method
.method public abstract getConsentStatus()I
.end method
.method public abstract getPrivacyOptionsRequirementStatus()Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end method
.method public abstract isConsentFormAvailable()Z
.end method
.method public abstract requestConsentInfoUpdate(Landroid/app/Activity;Lcom/google/android/ump/ConsentRequestParameters;Lcom/google/android/ump/ConsentInformation$OnConsentInfoUpdateSuccessListener;Lcom/google/android/ump/ConsentInformation$OnConsentInfoUpdateFailureListener;)V
.param p1 # Landroid/app/Activity;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/ump/ConsentRequestParameters;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.param p3 # Lcom/google/android/ump/ConsentInformation$OnConsentInfoUpdateSuccessListener;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.param p4 # Lcom/google/android/ump/ConsentInformation$OnConsentInfoUpdateFailureListener;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.end method
.method public abstract reset()V
.end method

View File

@@ -0,0 +1,113 @@
.class public final Lcom/google/android/ump/ConsentRequestParameters$Builder;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/ump/ConsentRequestParameters;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Builder"
.end annotation
# instance fields
.field public zza:Z
.field public zzb:Ljava/lang/String;
.field public zzc:Lcom/google/android/ump/ConsentDebugSettings;
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static bridge synthetic zza(Lcom/google/android/ump/ConsentRequestParameters$Builder;)Lcom/google/android/ump/ConsentDebugSettings;
.locals 0
iget-object p0, p0, Lcom/google/android/ump/ConsentRequestParameters$Builder;->zzc:Lcom/google/android/ump/ConsentDebugSettings;
return-object p0
.end method
.method public static bridge synthetic zzb(Lcom/google/android/ump/ConsentRequestParameters$Builder;)Ljava/lang/String;
.locals 0
iget-object p0, p0, Lcom/google/android/ump/ConsentRequestParameters$Builder;->zzb:Ljava/lang/String;
return-object p0
.end method
.method public static bridge synthetic zzc(Lcom/google/android/ump/ConsentRequestParameters$Builder;)Z
.locals 0
iget-boolean p0, p0, Lcom/google/android/ump/ConsentRequestParameters$Builder;->zza:Z
return p0
.end method
# virtual methods
.method public build()Lcom/google/android/ump/ConsentRequestParameters;
.locals 2
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
new-instance v0, Lcom/google/android/ump/ConsentRequestParameters;
const/4 v1, 0x0
invoke-direct {v0, p0, v1}, Lcom/google/android/ump/ConsentRequestParameters;-><init>(Lcom/google/android/ump/ConsentRequestParameters$Builder;Lcom/google/android/ump/zzb;)V
return-object v0
.end method
.method public setAdMobAppId(Ljava/lang/String;)Lcom/google/android/ump/ConsentRequestParameters$Builder;
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
iput-object p1, p0, Lcom/google/android/ump/ConsentRequestParameters$Builder;->zzb:Ljava/lang/String;
return-object p0
.end method
.method public setConsentDebugSettings(Lcom/google/android/ump/ConsentDebugSettings;)Lcom/google/android/ump/ConsentRequestParameters$Builder;
.locals 0
.param p1 # Lcom/google/android/ump/ConsentDebugSettings;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
iput-object p1, p0, Lcom/google/android/ump/ConsentRequestParameters$Builder;->zzc:Lcom/google/android/ump/ConsentDebugSettings;
return-object p0
.end method
.method public setTagForUnderAgeOfConsent(Z)Lcom/google/android/ump/ConsentRequestParameters$Builder;
.locals 0
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
iput-boolean p1, p0, Lcom/google/android/ump/ConsentRequestParameters$Builder;->zza:Z
return-object p0
.end method

View File

@@ -0,0 +1,77 @@
.class public Lcom/google/android/ump/ConsentRequestParameters;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/ump/ConsentRequestParameters$Builder;
}
.end annotation
# instance fields
.field public final zza:Z
.field public final zzb:Ljava/lang/String;
.field public final zzc:Lcom/google/android/ump/ConsentDebugSettings;
# direct methods
.method public synthetic constructor <init>(Lcom/google/android/ump/ConsentRequestParameters$Builder;Lcom/google/android/ump/zzb;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
invoke-static {p1}, Lcom/google/android/ump/ConsentRequestParameters$Builder;->zzc(Lcom/google/android/ump/ConsentRequestParameters$Builder;)Z
move-result p2
iput-boolean p2, p0, Lcom/google/android/ump/ConsentRequestParameters;->zza:Z
invoke-static {p1}, Lcom/google/android/ump/ConsentRequestParameters$Builder;->zzb(Lcom/google/android/ump/ConsentRequestParameters$Builder;)Ljava/lang/String;
move-result-object p2
iput-object p2, p0, Lcom/google/android/ump/ConsentRequestParameters;->zzb:Ljava/lang/String;
invoke-static {p1}, Lcom/google/android/ump/ConsentRequestParameters$Builder;->zza(Lcom/google/android/ump/ConsentRequestParameters$Builder;)Lcom/google/android/ump/ConsentDebugSettings;
move-result-object p1
iput-object p1, p0, Lcom/google/android/ump/ConsentRequestParameters;->zzc:Lcom/google/android/ump/ConsentDebugSettings;
return-void
.end method
# virtual methods
.method public getConsentDebugSettings()Lcom/google/android/ump/ConsentDebugSettings;
.locals 1
.annotation build Landroidx/annotation/RecentlyNullable;
.end annotation
iget-object v0, p0, Lcom/google/android/ump/ConsentRequestParameters;->zzc:Lcom/google/android/ump/ConsentDebugSettings;
return-object v0
.end method
.method public isTagForUnderAgeOfConsent()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/ump/ConsentRequestParameters;->zza:Z
return v0
.end method
.method public final zza()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/RecentlyNullable;
.end annotation
iget-object v0, p0, Lcom/google/android/ump/ConsentRequestParameters;->zzb:Ljava/lang/String;
return-object v0
.end method

View File

@@ -0,0 +1,31 @@
.class public interface abstract annotation Lcom/google/android/ump/FormError$ErrorCode;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/ump/FormError;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "ErrorCode"
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation
# static fields
.field public static final INTERNAL_ERROR:I = 0x1
.field public static final INTERNET_ERROR:I = 0x2
.field public static final INVALID_OPERATION:I = 0x3
.field public static final TIME_OUT:I = 0x4

View File

@@ -0,0 +1,55 @@
.class public Lcom/google/android/ump/FormError;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/ump/FormError$ErrorCode;
}
.end annotation
# instance fields
.field public final zza:I
.field public final zzb:Ljava/lang/String;
# direct methods
.method public constructor <init>(ILjava/lang/String;)V
.locals 0
.param p2 # Ljava/lang/String;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Lcom/google/android/ump/FormError;->zza:I
iput-object p2, p0, Lcom/google/android/ump/FormError;->zzb:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public getErrorCode()I
.locals 1
iget v0, p0, Lcom/google/android/ump/FormError;->zza:I
return v0
.end method
.method public getMessage()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/ump/FormError;->zzb:Ljava/lang/String;
return-object v0
.end method

View File

@@ -0,0 +1,23 @@
.class public interface abstract Lcom/google/android/ump/UserMessagingPlatform$OnConsentFormLoadFailureListener;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/ump/UserMessagingPlatform;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "OnConsentFormLoadFailureListener"
.end annotation
# virtual methods
.method public abstract onConsentFormLoadFailure(Lcom/google/android/ump/FormError;)V
.param p1 # Lcom/google/android/ump/FormError;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,23 @@
.class public interface abstract Lcom/google/android/ump/UserMessagingPlatform$OnConsentFormLoadSuccessListener;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/ump/UserMessagingPlatform;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "OnConsentFormLoadSuccessListener"
.end annotation
# virtual methods
.method public abstract onConsentFormLoadSuccess(Lcom/google/android/ump/ConsentForm;)V
.param p1 # Lcom/google/android/ump/ConsentForm;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,155 @@
.class public final Lcom/google/android/ump/UserMessagingPlatform;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/ump/UserMessagingPlatform$OnConsentFormLoadSuccessListener;,
Lcom/google/android/ump/UserMessagingPlatform$OnConsentFormLoadFailureListener;
}
.end annotation
# direct methods
.method public static getConsentInformation(Landroid/content/Context;)Lcom/google/android/ump/ConsentInformation;
.locals 0
.param p0 # Landroid/content/Context;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.line 1
invoke-static {p0}, Lcom/google/android/gms/internal/consent_sdk/zza;->zza(Landroid/content/Context;)Lcom/google/android/gms/internal/consent_sdk/zza;
move-result-object p0
invoke-virtual {p0}, Lcom/google/android/gms/internal/consent_sdk/zza;->zzb()Lcom/google/android/gms/internal/consent_sdk/zzj;
move-result-object p0
return-object p0
.end method
.method public static loadAndShowConsentFormIfRequired(Landroid/app/Activity;Lcom/google/android/ump/ConsentForm$OnConsentFormDismissedListener;)V
.locals 2
.param p0 # Landroid/app/Activity;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.param p1 # Lcom/google/android/ump/ConsentForm$OnConsentFormDismissedListener;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.line 1
invoke-static {p0}, Lcom/google/android/gms/internal/consent_sdk/zza;->zza(Landroid/content/Context;)Lcom/google/android/gms/internal/consent_sdk/zza;
move-result-object v0
invoke-virtual {v0}, Lcom/google/android/gms/internal/consent_sdk/zza;->zzb()Lcom/google/android/gms/internal/consent_sdk/zzj;
move-result-object v0
invoke-virtual {v0}, Lcom/google/android/gms/internal/consent_sdk/zzj;->canRequestAds()Z
move-result v0
if-eqz v0, :cond_0
const/4 p0, 0x0
.line 2
invoke-interface {p1, p0}, Lcom/google/android/ump/ConsentForm$OnConsentFormDismissedListener;->onConsentFormDismissed(Lcom/google/android/ump/FormError;)V
return-void
.line 3
:cond_0
invoke-static {p0}, Lcom/google/android/gms/internal/consent_sdk/zza;->zza(Landroid/content/Context;)Lcom/google/android/gms/internal/consent_sdk/zza;
move-result-object v0
.line 4
invoke-virtual {v0}, Lcom/google/android/gms/internal/consent_sdk/zza;->zzc()Lcom/google/android/gms/internal/consent_sdk/zzbn;
move-result-object v0
.line 5
invoke-static {}, Lcom/google/android/gms/internal/consent_sdk/zzcr;->zza()V
new-instance v1, Lcom/google/android/gms/internal/consent_sdk/zzbl;
invoke-direct {v1, p0, p1}, Lcom/google/android/gms/internal/consent_sdk/zzbl;-><init>(Landroid/app/Activity;Lcom/google/android/ump/ConsentForm$OnConsentFormDismissedListener;)V
.line 6
invoke-static {p1}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
new-instance p0, Lcom/google/android/gms/internal/consent_sdk/zzbm;
invoke-direct {p0, p1}, Lcom/google/android/gms/internal/consent_sdk/zzbm;-><init>(Lcom/google/android/ump/ConsentForm$OnConsentFormDismissedListener;)V
.line 7
invoke-virtual {v0, v1, p0}, Lcom/google/android/gms/internal/consent_sdk/zzbn;->zzb(Lcom/google/android/ump/UserMessagingPlatform$OnConsentFormLoadSuccessListener;Lcom/google/android/ump/UserMessagingPlatform$OnConsentFormLoadFailureListener;)V
return-void
.end method
.method public static loadConsentForm(Landroid/content/Context;Lcom/google/android/ump/UserMessagingPlatform$OnConsentFormLoadSuccessListener;Lcom/google/android/ump/UserMessagingPlatform$OnConsentFormLoadFailureListener;)V
.locals 0
.param p0 # Landroid/content/Context;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.param p1 # Lcom/google/android/ump/UserMessagingPlatform$OnConsentFormLoadSuccessListener;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/ump/UserMessagingPlatform$OnConsentFormLoadFailureListener;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.line 1
invoke-static {p0}, Lcom/google/android/gms/internal/consent_sdk/zza;->zza(Landroid/content/Context;)Lcom/google/android/gms/internal/consent_sdk/zza;
move-result-object p0
invoke-virtual {p0}, Lcom/google/android/gms/internal/consent_sdk/zza;->zzc()Lcom/google/android/gms/internal/consent_sdk/zzbn;
move-result-object p0
invoke-virtual {p0, p1, p2}, Lcom/google/android/gms/internal/consent_sdk/zzbn;->zzb(Lcom/google/android/ump/UserMessagingPlatform$OnConsentFormLoadSuccessListener;Lcom/google/android/ump/UserMessagingPlatform$OnConsentFormLoadFailureListener;)V
return-void
.end method
.method public static showPrivacyOptionsForm(Landroid/app/Activity;Lcom/google/android/ump/ConsentForm$OnConsentFormDismissedListener;)V
.locals 1
.param p0 # Landroid/app/Activity;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.param p1 # Lcom/google/android/ump/ConsentForm$OnConsentFormDismissedListener;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.line 1
invoke-static {p0}, Lcom/google/android/gms/internal/consent_sdk/zza;->zza(Landroid/content/Context;)Lcom/google/android/gms/internal/consent_sdk/zza;
move-result-object v0
.line 2
invoke-virtual {v0}, Lcom/google/android/gms/internal/consent_sdk/zza;->zzc()Lcom/google/android/gms/internal/consent_sdk/zzbn;
move-result-object v0
.line 3
invoke-virtual {v0, p0, p1}, Lcom/google/android/gms/internal/consent_sdk/zzbn;->zze(Landroid/app/Activity;Lcom/google/android/ump/ConsentForm$OnConsentFormDismissedListener;)V
return-void
.end method

View File

@@ -0,0 +1,3 @@
.class public final synthetic Lcom/google/android/ump/zza;
.super Ljava/lang/Object;
.source "SourceFile"

View File

@@ -0,0 +1,3 @@
.class public final synthetic Lcom/google/android/ump/zzb;
.super Ljava/lang/Object;
.source "SourceFile"