RemoteInput.Builder(String) Constructor
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.
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
the Bundle key that refers to this input when collected from the user
- Attributes
Remarks
Create a builder object for RemoteInput
objects.
Java documentation for android.app.RemoteInput.Builder.RemoteInput$Builder(java.lang.String)
.
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.