Files
rr3-apk/smali_classes2/com/facebook/appevents/FlushStatistics.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

64 lines
1.5 KiB
Smali

.class public final Lcom/facebook/appevents/FlushStatistics;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field private numEvents:I
.field private result:Lcom/facebook/appevents/FlushResult;
# direct methods
.method public constructor <init>()V
.locals 1
.line 11
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 13
sget-object v0, Lcom/facebook/appevents/FlushResult;->SUCCESS:Lcom/facebook/appevents/FlushResult;
iput-object v0, p0, Lcom/facebook/appevents/FlushStatistics;->result:Lcom/facebook/appevents/FlushResult;
return-void
.end method
# virtual methods
.method public final getNumEvents()I
.locals 1
iget v0, p0, Lcom/facebook/appevents/FlushStatistics;->numEvents:I
return v0
.end method
.method public final getResult()Lcom/facebook/appevents/FlushResult;
.locals 1
iget-object v0, p0, Lcom/facebook/appevents/FlushStatistics;->result:Lcom/facebook/appevents/FlushResult;
return-object v0
.end method
.method public final setNumEvents(I)V
.locals 0
iput p1, p0, Lcom/facebook/appevents/FlushStatistics;->numEvents:I
return-void
.end method
.method public final setResult(Lcom/facebook/appevents/FlushResult;)V
.locals 1
const-string v0, "<set-?>"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
iput-object p1, p0, Lcom/facebook/appevents/FlushStatistics;->result:Lcom/facebook/appevents/FlushResult;
return-void
.end method