Android.App.RemoteInput.AddResultsToIntent Method
Populate an intent object with the results gathered from remote input.

Syntax

[Android.Runtime.Register("addResultsToIntent", "([Landroid/app/RemoteInput;Landroid/content/Intent;Landroid/os/Bundle;)V", "")]
public static void AddResultsToIntent (RemoteInput[] remoteInputs, Android.Content.Intent intent, Android.OS.Bundle results)

Parameters

remoteInputs
The remote inputs for which results are being provided
intent
The intent to add remote inputs to. The Android.Content.ClipData field of the intent will be modified to contain the results.
results
A bundle holding the remote input results. This bundle should be populated with keys matching the result keys specified in remoteInputs with values being the result per key.

Remarks

Populate an intent object with the results gathered from remote input. This method should only be called by remote input collection services when sending results to a pending intent.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0