Flutter Engine
The Flutter Engine
|
Protected Member Functions | |
void | onCreate (Bundle savedInstanceState) |
void | onDestroy () |
void | onStart () |
void | onStop () |
void | onPause () |
void | onPostResume () |
void | onActivityResult (int requestCode, int resultCode, Intent data) |
void | onNewIntent (Intent intent) |
Deprecated class for activities that use Flutter who also require the use of the Android v4 Support library's FragmentActivity
.
Applications that don't have this need will likely want to use FlutterActivity
instead.
Important! Flutter does not bundle the necessary Android v4 Support library classes for this class to work at runtime. It is the responsibility of the app developer using this class to ensure that they link against the v4 support library .jar file when creating their app to ensure that FragmentActivity
is available at runtime.
io.flutter.embedding.android.FlutterFragmentActivity
. Definition at line 35 of file FlutterFragmentActivity.java.
|
inline |
Implements io.flutter.app.FlutterActivityDelegate.ViewFactory.
Definition at line 66 of file FlutterFragmentActivity.java.
|
inline |
Hook for subclasses to customize the creation of the FlutterView
.
The default implementation returns null
, which will cause the activity to use a newly instantiated full-screen view.
Implements io.flutter.app.FlutterActivityDelegate.ViewFactory.
Definition at line 61 of file FlutterFragmentActivity.java.
|
inline |
Returns the Flutter view used by this activity; will be null before onCreate(Bundle)
is called.
Implements io.flutter.view.FlutterView.Provider.
Definition at line 50 of file FlutterFragmentActivity.java.
|
inline |
Definition at line 76 of file FlutterFragmentActivity.java.
|
inlineprotected |
Definition at line 141 of file FlutterFragmentActivity.java.
|
inline |
Definition at line 103 of file FlutterFragmentActivity.java.
|
inline |
Definition at line 177 of file FlutterFragmentActivity.java.
|
inlineprotected |
Definition at line 91 of file FlutterFragmentActivity.java.
|
inlineprotected |
Definition at line 97 of file FlutterFragmentActivity.java.
|
inline |
Definition at line 172 of file FlutterFragmentActivity.java.
|
inlineprotected |
Definition at line 148 of file FlutterFragmentActivity.java.
|
inlineprotected |
Definition at line 122 of file FlutterFragmentActivity.java.
|
inlineprotected |
Definition at line 128 of file FlutterFragmentActivity.java.
|
inline |
Definition at line 134 of file FlutterFragmentActivity.java.
|
inlineprotected |
Definition at line 110 of file FlutterFragmentActivity.java.
|
inlineprotected |
Definition at line 116 of file FlutterFragmentActivity.java.
|
inline |
Definition at line 166 of file FlutterFragmentActivity.java.
|
inline |
Definition at line 155 of file FlutterFragmentActivity.java.
|
inline |
Definition at line 160 of file FlutterFragmentActivity.java.
|
inline |
Definition at line 86 of file FlutterFragmentActivity.java.
|
inline |
Hook for subclasses to indicate that the FlutterNativeView
returned by createFlutterNativeView()
should not be destroyed when this activity is destroyed.
Implements io.flutter.app.FlutterActivityDelegate.ViewFactory.
Definition at line 71 of file FlutterFragmentActivity.java.
|
inline |
Definition at line 81 of file FlutterFragmentActivity.java.