Package io.flutter.embedding.android
Class FlutterActivityLaunchConfigs
java.lang.Object
io.flutter.embedding.android.FlutterActivityLaunchConfigs
Collection of Flutter launch configuration options.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe mode of the background of a FlutterActivity, either opaque or transparent. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleandeepLinkEnabled(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_KEYwithin the Android manifest definition for thisFlutterActivity.Defaults to
true.
-