RemoteInput.Builder(String) Constructor

Definition

Create a builder object for RemoteInput objects.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public Builder(string resultKey);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.App.RemoteInput.Builder : string -> Android.App.RemoteInput.Builder

Parameters

resultKey
String

String: the Bundle key that refers to this input when collected from the user. This value cannot be null.

Attributes

Remarks

Create a builder object for RemoteInput objects.

Android reference for android.app.RemoteInput.Builder.Builder.

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