RemoteInput.ResultKey Property

Definition

Get the key that the result of this input will be set in from the Bundle returned by #getResultsFromIntent when the android.app.PendingIntent is sent.

public string? ResultKey { [Android.Runtime.Register("getResultKey", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getResultKey", "()Ljava/lang/String;", "")>]
member this.ResultKey : string

Property Value

Attributes

Remarks

Get the key that the result of this input will be set in from the Bundle returned by #getResultsFromIntent when the android.app.PendingIntent is sent.

Java documentation for android.app.RemoteInput.getResultKey().

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