Class FlutterActivityLaunchConfigs

java.lang.Object
io.flutter.embedding.android.FlutterActivityLaunchConfigs

public class FlutterActivityLaunchConfigs extends Object
Collection of Flutter launch configuration options.
  • Method Details

    • deepLinkEnabled

      public static boolean deepLinkEnabled(Bundle metaData)
      Whether to handle the deeplinking.

      The default implementation looks <meta-data> called HANDLE_DEEPLINKING_META_DATA_KEY within the Android manifest definition for this FlutterActivity.

      Defaults to true.