|
Public Member Functions inherited from io.flutter.embedding.android.FlutterActivity |
| FlutterActivity () |
|
ExclusiveAppComponent< Activity > | getExclusiveAppComponent () |
|
void | registerOnBackInvokedCallback () |
|
void | unregisterOnBackInvokedCallback () |
|
void | setFrameworkHandlesBack (boolean frameworkHandlesBack) |
|
void | onPostResume () |
|
void | release () |
|
void | detachFromFlutterEngine () |
|
void | onBackPressed () |
|
void | startBackGesture (@NonNull BackEvent backEvent) |
|
void | updateBackGestureProgress (@NonNull BackEvent backEvent) |
|
void | commitBackGesture () |
|
void | cancelBackGesture () |
|
void | onRequestPermissionsResult (int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) |
|
void | onUserLeaveHint () |
|
void | onWindowFocusChanged (boolean hasFocus) |
|
void | onTrimMemory (int level) |
|
Context | getContext () |
|
Activity | getActivity () |
|
Lifecycle | getLifecycle () |
|
FlutterShellArgs | getFlutterShellArgs () |
|
String | getCachedEngineId () |
|
String | getCachedEngineGroupId () |
|
boolean | shouldDestroyEngineWithHost () |
|
String | getDartEntrypointFunctionName () |
|
List< String > | getDartEntrypointArgs () |
|
String | getDartEntrypointLibraryUri () |
|
String | getInitialRoute () |
|
String | getAppBundlePath () |
|
RenderMode | getRenderMode () |
|
TransparencyMode | getTransparencyMode () |
|
FlutterEngine | provideFlutterEngine (@NonNull Context context) |
|
PlatformPlugin | providePlatformPlugin ( @Nullable Activity activity, @NonNull FlutterEngine flutterEngine) |
|
void | configureFlutterEngine (@NonNull FlutterEngine flutterEngine) |
|
void | cleanUpFlutterEngine (@NonNull FlutterEngine flutterEngine) |
|
boolean | shouldAttachEngineToActivity () |
|
boolean | shouldHandleDeeplinking () |
|
void | onFlutterSurfaceViewCreated (@NonNull FlutterSurfaceView flutterSurfaceView) |
|
void | onFlutterTextureViewCreated (@NonNull FlutterTextureView flutterTextureView) |
|
void | onFlutterUiDisplayed () |
|
void | onFlutterUiNoLongerDisplayed () |
|
boolean | shouldRestoreAndSaveState () |
|
boolean | shouldDispatchAppLifecycleState () |
|
boolean | attachToEngineAutomatically () |
|
boolean | popSystemNavigator () |
|
void | updateSystemUiOverlays () |
|
Context | getContext () |
|
boolean | shouldHandleDeeplinking () |
|
Activity | getActivity () |
|
Lifecycle | getLifecycle () |
|
FlutterShellArgs | getFlutterShellArgs () |
|
String | getCachedEngineId () |
|
String | getCachedEngineGroupId () |
|
boolean | shouldDestroyEngineWithHost () |
|
void | detachFromFlutterEngine () |
|
String | getDartEntrypointFunctionName () |
|
String | getDartEntrypointLibraryUri () |
|
List< String > | getDartEntrypointArgs () |
|
String | getAppBundlePath () |
|
String | getInitialRoute () |
|
RenderMode | getRenderMode () |
|
TransparencyMode | getTransparencyMode () |
|
ExclusiveAppComponent< Activity > | getExclusiveAppComponent () |
|
FlutterEngine | provideFlutterEngine (@NonNull Context context) |
|
PlatformPlugin | providePlatformPlugin ( @Nullable Activity activity, @NonNull FlutterEngine flutterEngine) |
|
void | configureFlutterEngine (@NonNull FlutterEngine flutterEngine) |
|
void | cleanUpFlutterEngine (@NonNull FlutterEngine flutterEngine) |
|
boolean | shouldAttachEngineToActivity () |
|
void | onFlutterSurfaceViewCreated (@NonNull FlutterSurfaceView flutterSurfaceView) |
|
void | onFlutterTextureViewCreated (@NonNull FlutterTextureView flutterTextureView) |
|
void | onFlutterUiDisplayed () |
|
void | onFlutterUiNoLongerDisplayed () |
|
boolean | shouldRestoreAndSaveState () |
|
void | updateSystemUiOverlays () |
|
boolean | shouldDispatchAppLifecycleState () |
|
boolean | attachToEngineAutomatically () |
|
FlutterEngine | provideFlutterEngine (@NonNull Context context) |
|
void | configureFlutterEngine (@NonNull FlutterEngine flutterEngine) |
|
void | cleanUpFlutterEngine (@NonNull FlutterEngine flutterEngine) |
|
boolean | popSystemNavigator () |
|
default void | setFrameworkHandlesBack (boolean frameworkHandlesBack) |
|
Static Public Attributes inherited from io.flutter.embedding.android.FlutterActivity |
static final int | FLUTTER_VIEW_ID = View.generateViewId() |
|
Protected Member Functions inherited from io.flutter.embedding.android.FlutterActivity |
void | onCreate (@Nullable Bundle savedInstanceState) |
|
OnBackInvokedCallback | getOnBackInvokedCallback () |
|
void | onStart () |
|
void | onResume () |
|
void | onPause () |
|
void | onStop () |
|
void | onSaveInstanceState (Bundle outState) |
|
void | onDestroy () |
|
void | onActivityResult (int requestCode, int resultCode, Intent data) |
|
void | onNewIntent (@NonNull Intent intent) |
|
BackgroundMode | getBackgroundMode () |
|
FlutterEngine | getFlutterEngine () |
|
Bundle | getMetaData () throws PackageManager.NameNotFoundException |
|
Protected Attributes inherited from io.flutter.embedding.android.FlutterActivity |
FlutterActivityAndFragmentDelegate | delegate |
|
Package Functions inherited from io.flutter.embedding.android.FlutterActivity |
void | setDelegate (@NonNull FlutterActivityAndFragmentDelegate delegate) |
|