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 main
Activity
.-
Method Summary
-
Method Details
-
onNewIntent
- Parameters:
intent
- The new intent that was started for the activity.- Returns:
- true if the new intent has been handled.
-