Notification.FindRemoteInputActionPair(Boolean) Method

Definition

Finds and returns a remote input and its corresponding action.

[Android.Runtime.Register("findRemoteInputActionPair", "(Z)Landroid/util/Pair;", "GetFindRemoteInputActionPair_ZHandler", ApiSince=30)]
public virtual Android.Util.Pair? FindRemoteInputActionPair (bool requiresFreeform);
[<Android.Runtime.Register("findRemoteInputActionPair", "(Z)Landroid/util/Pair;", "GetFindRemoteInputActionPair_ZHandler", ApiSince=30)>]
abstract member FindRemoteInputActionPair : bool -> Android.Util.Pair
override this.FindRemoteInputActionPair : bool -> Android.Util.Pair

Parameters

requiresFreeform
Boolean

requires the remoteinput to allow freeform or not.

Returns

the result pair, null if no result is found.

Attributes

Remarks

Finds and returns a remote input and its corresponding action.

Java documentation for android.app.Notification.findRemoteInputActionPair(boolean).

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