27 lines
724 B
Smali
27 lines
724 B
Smali
|
.class public interface abstract Landroidx/lifecycle/FullLifecycleObserver;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "FullLifecycleObserver.java"
|
||
|
|
||
|
# 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
|