Flutter Engine
The Flutter Engine
|
Static Public Member Functions | |
static NewEngineIntentBuilder | withNewEngine () |
static CachedEngineIntentBuilder | withCachedEngine (@NonNull String cachedEngineId) |
Static Public Member Functions inherited from io.flutter.embedding.android.FlutterActivity | |
static Intent | createDefaultIntent (@NonNull Context launchContext) |
static NewEngineIntentBuilder | withNewEngine () |
static CachedEngineIntentBuilder | withCachedEngine (@NonNull String cachedEngineId) |
static NewEngineInGroupIntentBuilder | withNewEngineInGroup (@NonNull String engineGroupId) |
Definition at line 605 of file FlutterActivityTest.java.
|
inlinestatic |
Creates a CachedEngineIntentBuilder
, which can be used to configure an Intent
to launch a FlutterActivity
that internally uses an existing io.flutter.embedding.engine.FlutterEngine
that is cached in io.flutter.embedding.engine.FlutterEngineCache
.
cachedEngineId | A cached engine ID. |
Reimplemented from io.flutter.embedding.android.FlutterActivity.
Definition at line 611 of file FlutterActivityTest.java.
|
inlinestatic |
Creates an NewEngineIntentBuilder
, which can be used to configure an Intent
to launch a FlutterActivity
that internally creates a new io.flutter.embedding.engine.FlutterEngine
using the desired Dart entrypoint, initial route, etc.
Reimplemented from io.flutter.embedding.android.FlutterActivity.
Definition at line 607 of file FlutterActivityTest.java.