AlphabeticIndex.SetOverflowLabel(String) Method

Definition

Set the overflow label

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

Parameters

overflowLabel
String

see class description

Returns

this, for chaining

Attributes

Remarks

Set the overflow label

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