Package io.flutter.plugin.common
Interface PluginRegistry.NewIntentListener
-
- All Known Implementing Classes:
FlutterPluginRegistry
- Enclosing interface:
- PluginRegistry
public static interface PluginRegistry.NewIntentListener
Delegate interface for handling new intents on behalf of the mainActivity
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
onNewIntent(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.
-
-