Rabbit-R1/switch port/smali/smali_classes3/io/flutter/app/FlutterActivityEvents.smali
2024-05-21 17:08:36 -04:00

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