- 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
152 lines
3.7 KiB
Smali
152 lines
3.7 KiB
Smali
.class public Lcom/singular/sdk/internal/ApiStartSession;
|
|
.super Lcom/singular/sdk/internal/BaseApi;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/singular/sdk/internal/ApiStartSession$Params;,
|
|
Lcom/singular/sdk/internal/ApiStartSession$OnSessionStartCallback;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final logger:Lcom/singular/sdk/internal/SingularLog;
|
|
|
|
|
|
# instance fields
|
|
.field public licenseAttemptsCounter:I
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
const-class v0, Lcom/singular/sdk/internal/ApiStartSession;
|
|
|
|
.line 39
|
|
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/ApiStartSession;->logger:Lcom/singular/sdk/internal/SingularLog;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(J)V
|
|
.locals 1
|
|
|
|
const-string v0, "SESSION_START"
|
|
|
|
.line 47
|
|
invoke-direct {p0, v0, p1, p2}, Lcom/singular/sdk/internal/BaseApi;-><init>(Ljava/lang/String;J)V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
iput p1, p0, Lcom/singular/sdk/internal/ApiStartSession;->licenseAttemptsCounter:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$000()Lcom/singular/sdk/internal/SingularLog;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/singular/sdk/internal/ApiStartSession;->logger:Lcom/singular/sdk/internal/SingularLog;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static synthetic access$100(Lcom/singular/sdk/internal/ApiStartSession;)I
|
|
.locals 0
|
|
|
|
.line 37
|
|
iget p0, p0, Lcom/singular/sdk/internal/ApiStartSession;->licenseAttemptsCounter:I
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static synthetic access$108(Lcom/singular/sdk/internal/ApiStartSession;)I
|
|
.locals 2
|
|
|
|
.line 37
|
|
iget v0, p0, Lcom/singular/sdk/internal/ApiStartSession;->licenseAttemptsCounter:I
|
|
|
|
add-int/lit8 v1, v0, 0x1
|
|
|
|
iput v1, p0, Lcom/singular/sdk/internal/ApiStartSession;->licenseAttemptsCounter:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getOnApiCallback()Lcom/singular/sdk/internal/Api$OnApiCallback;
|
|
.locals 1
|
|
|
|
.line 57
|
|
new-instance v0, Lcom/singular/sdk/internal/ApiStartSession$OnSessionStartCallback;
|
|
|
|
invoke-direct {v0, p0}, Lcom/singular/sdk/internal/ApiStartSession$OnSessionStartCallback;-><init>(Lcom/singular/sdk/internal/ApiStartSession;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getPath()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "/start"
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic getTimestamp()J
|
|
.locals 2
|
|
|
|
.line 37
|
|
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 37
|
|
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 37
|
|
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 37
|
|
invoke-super {p0}, Lcom/singular/sdk/internal/BaseApi;->toJsonAsString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|