BroadcastReceiver.PendingResult.SetResult(Result, String, Bundle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Version of BroadcastReceiver#setResult(int, String, Bundle)
BroadcastReceiver.setResult(int, String, Bundle) for
asynchronous broadcast handling.
[Android.Runtime.Register("setResult", "(ILjava/lang/String;Landroid/os/Bundle;)V", "")]
public void SetResult(Android.App.Result code, string data, Android.OS.Bundle extras);
[<Android.Runtime.Register("setResult", "(ILjava/lang/String;Landroid/os/Bundle;)V", "")>]
member this.SetResult : Android.App.Result * string * Android.OS.Bundle -> unit
Parameters
- code
- Result
The result code to set.
- data
- String
The result data to set.
- extras
- Bundle
The extras associated with the operation.
- Attributes
Remarks
Version of BroadcastReceiver#setResult(int, String, Bundle) BroadcastReceiver.setResult(int, String, Bundle) for asynchronous broadcast handling.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.