tmap/smali_classes3/com/google/firebase/crashlytics/internal/NativeSessionFileProvider.smali
2022-06-10 21:38:30 +09:00

41 lines
1.1 KiB
Smali

.class public interface abstract Lcom/google/firebase/crashlytics/internal/NativeSessionFileProvider;
.super Ljava/lang/Object;
.source "NativeSessionFileProvider.java"
# virtual methods
.method public abstract getAppFile()Ljava/io/File;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getBinaryImagesFile()Ljava/io/File;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getDeviceFile()Ljava/io/File;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getMetadataFile()Ljava/io/File;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getMinidumpFile()Ljava/io/File;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getOsFile()Ljava/io/File;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getSessionFile()Ljava/io/File;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method