- 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
82 lines
1.8 KiB
Smali
82 lines
1.8 KiB
Smali
.class public Lcom/facebook/ads/RewardData;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/io/Serializable;
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/Keep;
|
|
.end annotation
|
|
|
|
.annotation build Lcom/facebook/infer/annotation/Nullsafe;
|
|
value = .enum Lcom/facebook/infer/annotation/Nullsafe$Mode;->LOCAL:Lcom/facebook/infer/annotation/Nullsafe$Mode;
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final serialVersionUID:J = -0x56eef473ba7e6a1aL
|
|
|
|
|
|
# instance fields
|
|
.field private mCurrency:Ljava/lang/String;
|
|
|
|
.field private mQuantity:I
|
|
|
|
.field private mUserID:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 25
|
|
invoke-direct {p0, p1, p2, v0}, Lcom/facebook/ads/RewardData;-><init>(Ljava/lang/String;Ljava/lang/String;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;I)V
|
|
.locals 0
|
|
|
|
.line 28
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/facebook/ads/RewardData;->mUserID:Ljava/lang/String;
|
|
|
|
iput-object p2, p0, Lcom/facebook/ads/RewardData;->mCurrency:Ljava/lang/String;
|
|
|
|
iput p3, p0, Lcom/facebook/ads/RewardData;->mQuantity:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getCurrency()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/RewardData;->mCurrency:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getQuantity()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/facebook/ads/RewardData;->mQuantity:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getUserID()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/RewardData;->mUserID:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|