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

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • 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.