RemoteInput.Builder.SetLabel Method

Definition

Overloads

SetLabel(ICharSequence)
SetLabel(String)

SetLabel(ICharSequence)

[Android.Runtime.Register("setLabel", "(Ljava/lang/CharSequence;)Landroid/app/RemoteInput$Builder;", "")]
public Android.App.RemoteInput.Builder SetLabel (Java.Lang.ICharSequence? label);
[<Android.Runtime.Register("setLabel", "(Ljava/lang/CharSequence;)Landroid/app/RemoteInput$Builder;", "")>]
member this.SetLabel : Java.Lang.ICharSequence -> Android.App.RemoteInput.Builder

Parameters

Returns

Attributes

Remarks

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

SetLabel(String)

public Android.App.RemoteInput.Builder SetLabel (string? label);
member this.SetLabel : string -> Android.App.RemoteInput.Builder

Parameters

label
String

Returns

Remarks

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