Notification.Action.GetRemoteInputs Method

Definition

Get the list of inputs to be collected from the user when this action is sent.

[Android.Runtime.Register("getRemoteInputs", "()[Landroid/app/RemoteInput;", "GetGetRemoteInputsHandler")]
public virtual Android.App.RemoteInput[]? GetRemoteInputs ();
[<Android.Runtime.Register("getRemoteInputs", "()[Landroid/app/RemoteInput;", "GetGetRemoteInputsHandler")>]
abstract member GetRemoteInputs : unit -> Android.App.RemoteInput[]
override this.GetRemoteInputs : unit -> Android.App.RemoteInput[]

Returns

Attributes

Remarks

Get the list of inputs to be collected from the user when this action is sent. May return null if no remote inputs were added. Only returns inputs which accept a text input. For inputs which only accept data use #getDataOnlyRemoteInputs.

Java documentation for android.app.Notification.Action.getRemoteInputs().

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.

Applies to