Files
rr3-apk/smali/androidx/fragment/app/FragmentResultOwner.smali
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.5 KiB
Smali

.class public interface abstract Landroidx/fragment/app/FragmentResultOwner;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract clearFragmentResult(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract clearFragmentResultListener(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract setFragmentResult(Ljava/lang/String;Landroid/os/Bundle;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract setFragmentResultListener(Ljava/lang/String;Landroidx/lifecycle/LifecycleOwner;Landroidx/fragment/app/FragmentResultListener;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroidx/lifecycle/LifecycleOwner;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Landroidx/fragment/app/FragmentResultListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method