Notification.Action.Builder.AddRemoteInput(RemoteInput) 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.
Add an input to be collected from the user when this action is sent.
[Android.Runtime.Register("addRemoteInput", "(Landroid/app/RemoteInput;)Landroid/app/Notification$Action$Builder;", "")]
public Android.App.Notification.Action.Builder AddRemoteInput(Android.App.RemoteInput? remoteInput);
[<Android.Runtime.Register("addRemoteInput", "(Landroid/app/RemoteInput;)Landroid/app/Notification$Action$Builder;", "")>]
member this.AddRemoteInput : Android.App.RemoteInput -> Android.App.Notification.Action.Builder
Parameters
- remoteInput
- RemoteInput
RemoteInput: a RemoteInput to add to the action
Returns
This Android.App.Notification.Action.Builder instance, allowing calls to be chained.
- Attributes
Remarks
Add an input to be collected from the user when this action is sent. Response values can be retrieved from the fired intent by using the RemoteInput.getResultsFromIntent function.
Android reference for android.app.Notification.Action.Builder.addRemoteInput.
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.