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

Public Member Functions

boolean onActivityResult (int requestCode, int resultCode, @Nullable Intent data)
 

Detailed Description

Delegate interface for handling activity results on behalf of the main android.app.Activity.

Definition at line 376 of file PluginRegistry.java.

Member Function Documentation

◆ onActivityResult()

boolean io.flutter.plugin.common.PluginRegistry.ActivityResultListener.onActivityResult ( int  requestCode,
int  resultCode,
@Nullable Intent  data 
)
Parameters
requestCodeThe integer request code originally supplied to
startActivityForResult()
, allowing you to identify who this result came from.
resultCodeThe integer result code returned by the child activity through its
setResult()
.
dataAn Intent, which can return result data to the caller (various data can be attached to Intent "extras").
Returns
true if the result has been handled.

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