apkfuckery/com.discord/smali/androidx/fragment/app/FragmentManager$BackStackEntry.smali

45 lines
1.2 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public interface abstract Landroidx/fragment/app/FragmentManager$BackStackEntry;
.super Ljava/lang/Object;
.source "FragmentManager.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/fragment/app/FragmentManager;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "BackStackEntry"
.end annotation
# virtual methods
.method public abstract getBreadCrumbShortTitle()Ljava/lang/CharSequence;
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/Nullable;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract getBreadCrumbShortTitleRes()I
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/StringRes;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract getBreadCrumbTitle()Ljava/lang/CharSequence;
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/Nullable;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract getBreadCrumbTitleRes()I
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/StringRes;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract getId()I
.end method
.method public abstract getName()Ljava/lang/String;
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/Nullable;
.end annotation
2019-07-24 11:27:29 +00:00
.end method