Files
rr3-apk/smali_classes2/com/ea/nimble/ApplicationEnvironmentImpl$7.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

92 lines
2.8 KiB
Smali

.class Lcom/ea/nimble/ApplicationEnvironmentImpl$7;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/tasks/OnSuccessListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/ea/nimble/ApplicationEnvironmentImpl;->requestIntegrityToken(Ljava/lang/String;Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/android/gms/tasks/OnSuccessListener<",
"Lcom/google/android/play/core/integrity/IntegrityTokenResponse;",
">;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lcom/ea/nimble/ApplicationEnvironmentImpl;
.field final synthetic val$listener:Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;
# direct methods
.method public constructor <init>(Lcom/ea/nimble/ApplicationEnvironmentImpl;Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/ea/nimble/ApplicationEnvironmentImpl$7;->this$0:Lcom/ea/nimble/ApplicationEnvironmentImpl;
iput-object p2, p0, Lcom/ea/nimble/ApplicationEnvironmentImpl$7;->val$listener:Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;
.line 1229
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public onSuccess(Lcom/google/android/play/core/integrity/IntegrityTokenResponse;)V
.locals 2
const/4 v0, 0x0
new-array v0, v0, [Ljava/lang/Object;
const-string v1, "IntegrityTokenRequest is successful"
.line 1233
invoke-static {p0, v1, v0}, Lcom/ea/nimble/Log$Helper;->LOGV(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/ea/nimble/ApplicationEnvironmentImpl$7;->val$listener:Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;
.line 1234
invoke-virtual {p1}, Lcom/google/android/play/core/integrity/IntegrityTokenResponse;->token()Ljava/lang/String;
move-result-object p1
const/4 v1, 0x0
invoke-interface {v0, p1, v1}, Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;->onCallback(Ljava/lang/String;Lcom/ea/nimble/Error;)V
return-void
.end method
.method public bridge synthetic onSuccess(Ljava/lang/Object;)V
.locals 0
.line 1229
check-cast p1, Lcom/google/android/play/core/integrity/IntegrityTokenResponse;
invoke-virtual {p0, p1}, Lcom/ea/nimble/ApplicationEnvironmentImpl$7;->onSuccess(Lcom/google/android/play/core/integrity/IntegrityTokenResponse;)V
return-void
.end method