69 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
| .class public interface abstract Landroidx/lifecycle/DefaultLifecycleObserver;
 | |
| .super Ljava/lang/Object;
 | |
| .source "DefaultLifecycleObserver.java"
 | |
| 
 | |
| # interfaces
 | |
| .implements Landroidx/lifecycle/FullLifecycleObserver;
 | |
| 
 | |
| 
 | |
| # virtual methods
 | |
| .method public onCreate(Landroidx/lifecycle/LifecycleOwner;)V
 | |
|     .locals 0
 | |
|     .param p1    # Landroidx/lifecycle/LifecycleOwner;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onDestroy(Landroidx/lifecycle/LifecycleOwner;)V
 | |
|     .locals 0
 | |
|     .param p1    # Landroidx/lifecycle/LifecycleOwner;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onPause(Landroidx/lifecycle/LifecycleOwner;)V
 | |
|     .locals 0
 | |
|     .param p1    # Landroidx/lifecycle/LifecycleOwner;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onResume(Landroidx/lifecycle/LifecycleOwner;)V
 | |
|     .locals 0
 | |
|     .param p1    # Landroidx/lifecycle/LifecycleOwner;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onStart(Landroidx/lifecycle/LifecycleOwner;)V
 | |
|     .locals 0
 | |
|     .param p1    # Landroidx/lifecycle/LifecycleOwner;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onStop(Landroidx/lifecycle/LifecycleOwner;)V
 | |
|     .locals 0
 | |
|     .param p1    # Landroidx/lifecycle/LifecycleOwner;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     return-void
 | |
| .end method
 |