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