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

25 lines
786 B
Smali

.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