Package io.flutter.embedding.android
Class FlutterActivityLaunchConfigs
java.lang.Object
io.flutter.embedding.android.FlutterActivityLaunchConfigs
Collection of Flutter launch configuration options.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The mode of the background of a FlutterActivity
, either opaque or transparent. -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
deepLinkEnabled
(Bundle metaData) Whether to handle the deeplinking.
-
Method Details
-
deepLinkEnabled
Whether to handle the deeplinking.The default implementation looks
<meta-data>
calledHANDLE_DEEPLINKING_META_DATA_KEY
within the Android manifest definition for thisFlutterActivity
.Defaults to
true
.
-