mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
44 lines
993 B
Smali
44 lines
993 B
Smali
|
.class public interface abstract Lio/flutter/app/FlutterActivityEvents;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "FlutterActivityEvents.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Landroid/content/ComponentCallbacks2;
|
||
|
.implements Lio/flutter/plugin/common/PluginRegistry$ActivityResultListener;
|
||
|
.implements Lio/flutter/plugin/common/PluginRegistry$RequestPermissionsResultListener;
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract onBackPressed()Z
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onCreate(Landroid/os/Bundle;)V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onDestroy()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onNewIntent(Landroid/content/Intent;)V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onPause()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onPostResume()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onResume()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onStart()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onStop()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onUserLeaveHint()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onWindowFocusChanged(Z)V
|
||
|
.end method
|