Files
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

46 lines
1.1 KiB
Smali

.class public interface abstract Lcom/ea/nimble/tracking/ITracking;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract addCustomSessionData(Ljava/lang/String;Ljava/lang/String;)V
.end method
.method public abstract clearCustomSessionData()V
.end method
.method public abstract getEnable()Z
.end method
.method public abstract getPostEnable()Z
.end method
.method public abstract getSessionId()Ljava/lang/String;
.end method
.method public abstract logEvent(Ljava/lang/String;Ljava/util/Map;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;)V"
}
.end annotation
.end method
.method public abstract removeCustomSessionData(Ljava/lang/String;)V
.end method
.method public abstract setEnable(Z)V
.end method
.method public abstract setPostEnable(Z)V
.end method
.method public abstract setTrackingAttribute(Ljava/lang/String;Ljava/lang/String;)V
.end method