Package io.flutter.plugin.common
Interface PluginRegistry.NewIntentListener
-
- All Known Implementing Classes:
FlutterPluginRegistry
- Enclosing interface:
- PluginRegistry
public static interface PluginRegistry.NewIntentListenerDelegate interface for handling new intents on behalf of the mainActivity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanonNewIntent(Intent intent)
-
-
-
Method Detail
-
onNewIntent
boolean onNewIntent(@NonNull Intent intent)- Parameters:
intent- The new intent that was started for the activity.- Returns:
- true if the new intent has been handled.
-
-