Files
rr3-apk/smali_classes2/com/ea/nimble/bridge/PushTNGNativeCallback.smali
Daniel Elliott f3960ee359 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
2026-02-18 16:13:44 -08:00

137 lines
3.1 KiB
Smali

.class public Lcom/ea/nimble/bridge/PushTNGNativeCallback;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/ea/eadp/pushnotification/listeners/IPushListener;
# instance fields
.field private m_id:I
# direct methods
.method public constructor <init>(I)V
.locals 0
.line 10
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Lcom/ea/nimble/bridge/PushTNGNativeCallback;->m_id:I
return-void
.end method
# virtual methods
.method public finalize()V
.locals 1
iget v0, p0, Lcom/ea/nimble/bridge/PushTNGNativeCallback;->m_id:I
.line 42
invoke-static {v0}, Lcom/ea/nimble/bridge/BaseNativeCallback;->nativeFinalize(I)V
return-void
.end method
.method public onConnectionError(ILjava/lang/String;)V
.locals 2
iget v0, p0, Lcom/ea/nimble/bridge/PushTNGNativeCallback;->m_id:I
const/4 v1, 0x0
.line 18
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
filled-new-array {v1, p1, p2}, [Ljava/lang/Object;
move-result-object p1
invoke-static {v0, p1}, Lcom/ea/nimble/bridge/BaseNativeCallback;->sendNativeCallback(I[Ljava/lang/Object;)V
return-void
.end method
.method public onGetInAppSuccess(ILjava/lang/String;)V
.locals 2
iget v0, p0, Lcom/ea/nimble/bridge/PushTNGNativeCallback;->m_id:I
const/4 v1, 0x1
.line 24
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
filled-new-array {v1, p1, p2}, [Ljava/lang/Object;
move-result-object p1
invoke-static {v0, p1}, Lcom/ea/nimble/bridge/BaseNativeCallback;->sendNativeCallback(I[Ljava/lang/Object;)V
return-void
.end method
.method public onRegistrationSuccess(ILjava/lang/String;)V
.locals 2
iget v0, p0, Lcom/ea/nimble/bridge/PushTNGNativeCallback;->m_id:I
const/4 v1, 0x2
.line 30
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
filled-new-array {v1, p1, p2}, [Ljava/lang/Object;
move-result-object p1
invoke-static {v0, p1}, Lcom/ea/nimble/bridge/BaseNativeCallback;->sendNativeCallback(I[Ljava/lang/Object;)V
return-void
.end method
.method public onTrackingSuccess(ILjava/lang/String;)V
.locals 2
iget v0, p0, Lcom/ea/nimble/bridge/PushTNGNativeCallback;->m_id:I
const/4 v1, 0x3
.line 36
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
filled-new-array {v1, p1, p2}, [Ljava/lang/Object;
move-result-object p1
invoke-static {v0, p1}, Lcom/ea/nimble/bridge/BaseNativeCallback;->sendNativeCallback(I[Ljava/lang/Object;)V
return-void
.end method