Share via


AlphabeticIndex.SetInflowLabel(String) Method

Definition

Set the inflowLabel label

[Android.Runtime.Register("setInflowLabel", "(Ljava/lang/String;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)]
public Android.Icu.Text.AlphabeticIndex? SetInflowLabel (string? inflowLabel);
[<Android.Runtime.Register("setInflowLabel", "(Ljava/lang/String;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)>]
member this.SetInflowLabel : string -> Android.Icu.Text.AlphabeticIndex

Parameters

inflowLabel
String

see class description

Returns

this, for chaining

Attributes

Remarks

Set the inflowLabel label

Java documentation for android.icu.text.AlphabeticIndex.setInflowLabel(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.

Applies to