- 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
113 lines
2.6 KiB
Smali
113 lines
2.6 KiB
Smali
.class public Lcom/singular/sdk/internal/ApiGDPRConsent;
|
|
.super Lcom/singular/sdk/internal/BaseApi;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/singular/sdk/internal/ApiGDPRConsent$OnResolveCallback;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final logger:Lcom/singular/sdk/internal/SingularLog;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
const-class v0, Lcom/singular/sdk/internal/ApiGDPRConsent;
|
|
|
|
.line 15
|
|
invoke-virtual {v0}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-static {v0}, Lcom/singular/sdk/internal/SingularLog;->getLogger(Ljava/lang/String;)Lcom/singular/sdk/internal/SingularLog;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/singular/sdk/internal/ApiGDPRConsent;->logger:Lcom/singular/sdk/internal/SingularLog;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(J)V
|
|
.locals 1
|
|
|
|
const-string v0, "GDPR_CONSENT"
|
|
|
|
.line 20
|
|
invoke-direct {p0, v0, p1, p2}, Lcom/singular/sdk/internal/BaseApi;-><init>(Ljava/lang/String;J)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getOnApiCallback()Lcom/singular/sdk/internal/Api$OnApiCallback;
|
|
.locals 1
|
|
|
|
.line 30
|
|
new-instance v0, Lcom/singular/sdk/internal/ApiGDPRConsent$OnResolveCallback;
|
|
|
|
invoke-direct {v0, p0}, Lcom/singular/sdk/internal/ApiGDPRConsent$OnResolveCallback;-><init>(Lcom/singular/sdk/internal/ApiGDPRConsent;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getPath()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "/opengdpr"
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic getTimestamp()J
|
|
.locals 2
|
|
|
|
.line 13
|
|
invoke-super {p0}, Lcom/singular/sdk/internal/BaseApi;->getTimestamp()J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public bridge synthetic getUrl()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
.line 13
|
|
invoke-super {p0}, Lcom/singular/sdk/internal/BaseApi;->getUrl()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic makeRequest(Lcom/singular/sdk/internal/SingularInstance;)Z
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-super {p0, p1}, Lcom/singular/sdk/internal/BaseApi;->makeRequest(Lcom/singular/sdk/internal/SingularInstance;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public bridge synthetic toJsonAsString()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
.line 13
|
|
invoke-super {p0}, Lcom/singular/sdk/internal/BaseApi;->toJsonAsString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|