Files
rr3-apk/smali_classes4/com/vungle/ads/OneShotTimeIntervalMetric.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

104 lines
2.1 KiB
Smali

.class public final Lcom/vungle/ads/OneShotTimeIntervalMetric;
.super Lcom/vungle/ads/TimeIntervalMetric;
.source "SourceFile"
# instance fields
.field private alreadyLogged:Z
# direct methods
.method public constructor <init>(Lcom/vungle/ads/internal/protos/Sdk$SDKMetric$SDKMetricType;)V
.locals 1
const-string v0, "metricType"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 50
invoke-direct {p0, p1}, Lcom/vungle/ads/TimeIntervalMetric;-><init>(Lcom/vungle/ads/internal/protos/Sdk$SDKMetric$SDKMetricType;)V
return-void
.end method
# virtual methods
.method public final alreadyMetered$vungle_ads_release()Z
.locals 1
.line 51
invoke-virtual {p0}, Lcom/vungle/ads/DualValueMetric;->getValueFirst()Ljava/lang/Long;
move-result-object v0
if-eqz v0, :cond_0
invoke-virtual {p0}, Lcom/vungle/ads/DualValueMetric;->getValueSecond()Ljava/lang/Long;
move-result-object v0
if-eqz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method
.method public final isLogged()Z
.locals 1
iget-boolean v0, p0, Lcom/vungle/ads/OneShotTimeIntervalMetric;->alreadyLogged:Z
return v0
.end method
.method public markEnd()V
.locals 1
.line 61
invoke-virtual {p0}, Lcom/vungle/ads/DualValueMetric;->getValueSecond()Ljava/lang/Long;
move-result-object v0
if-nez v0, :cond_0
.line 62
invoke-super {p0}, Lcom/vungle/ads/TimeIntervalMetric;->markEnd()V
:cond_0
return-void
.end method
.method public final markLogged()V
.locals 1
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/vungle/ads/OneShotTimeIntervalMetric;->alreadyLogged:Z
return-void
.end method
.method public markStart()V
.locals 1
.line 55
invoke-virtual {p0}, Lcom/vungle/ads/DualValueMetric;->getValueFirst()Ljava/lang/Long;
move-result-object v0
if-nez v0, :cond_0
.line 56
invoke-super {p0}, Lcom/vungle/ads/TimeIntervalMetric;->markStart()V
:cond_0
return-void
.end method