apkfuckery/com.discord/smali/androidx/lifecycle/FullLifecycleObserver.smali

27 lines
717 B
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class interface abstract Landroidx/lifecycle/FullLifecycleObserver;
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "FullLifecycleObserver.java"
2019-02-04 20:08:30 +00:00
# interfaces
.implements Landroidx/lifecycle/LifecycleObserver;
# virtual methods
.method public abstract onCreate(Landroidx/lifecycle/LifecycleOwner;)V
.end method
.method public abstract onDestroy(Landroidx/lifecycle/LifecycleOwner;)V
.end method
.method public abstract onPause(Landroidx/lifecycle/LifecycleOwner;)V
.end method
.method public abstract onResume(Landroidx/lifecycle/LifecycleOwner;)V
.end method
.method public abstract onStart(Landroidx/lifecycle/LifecycleOwner;)V
.end method
.method public abstract onStop(Landroidx/lifecycle/LifecycleOwner;)V
.end method