mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 01:22:33 -06:00
43 lines
993 B
Smali
43 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
|