mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
32 lines
887 B
Smali
32 lines
887 B
Smali
.class public interface abstract Lio/sentry/ITransactionProfiler;
|
|
.super Ljava/lang/Object;
|
|
.source "ITransactionProfiler.java"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract bindTransaction(Lio/sentry/ITransaction;)V
|
|
.end method
|
|
|
|
.method public abstract close()V
|
|
.end method
|
|
|
|
.method public abstract isRunning()Z
|
|
.end method
|
|
|
|
.method public abstract onTransactionFinish(Lio/sentry/ITransaction;Ljava/util/List;Lio/sentry/SentryOptions;)Lio/sentry/ProfilingTraceData;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lio/sentry/ITransaction;",
|
|
"Ljava/util/List<",
|
|
"Lio/sentry/PerformanceCollectionData;",
|
|
">;",
|
|
"Lio/sentry/SentryOptions;",
|
|
")",
|
|
"Lio/sentry/ProfilingTraceData;"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract start()V
|
|
.end method
|