Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
io.flutter.plugin.common.PluginRegistry.NewIntentListener Interface Reference

Public Member Functions

boolean onNewIntent (@NonNull Intent intent)
 

Detailed Description

Delegate interface for handling new intents on behalf of the main android.app.Activity.

Definition at line 392 of file PluginRegistry.java.

Member Function Documentation

◆ onNewIntent()

boolean io.flutter.plugin.common.PluginRegistry.NewIntentListener.onNewIntent ( @NonNull Intent  intent)
Parameters
intentThe new intent that was started for the activity.
Returns
true if the new intent has been handled.

The documentation for this interface was generated from the following file: