AlphabetIndexer.GetSections Method

Definition

Returns the section array constructed from the alphabet provided in the constructor.

[Android.Runtime.Register("getSections", "()[Ljava/lang/Object;", "GetGetSectionsHandler")]
public virtual Java.Lang.Object[]? GetSections ();
[<Android.Runtime.Register("getSections", "()[Ljava/lang/Object;", "GetGetSectionsHandler")>]
abstract member GetSections : unit -> Java.Lang.Object[]
override this.GetSections : unit -> Java.Lang.Object[]

Returns

Object[]

the section array

Implements

Attributes

Remarks

Returns the section array constructed from the alphabet provided in the constructor.

Java documentation for android.widget.AlphabetIndexer.getSections().

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