TypedArray.PositionDescription Property

Definition

Returns a message about the parser state suitable for printing error messages.

public virtual string? PositionDescription { [Android.Runtime.Register("getPositionDescription", "()Ljava/lang/String;", "GetGetPositionDescriptionHandler")] get; }
[<get: Android.Runtime.Register("getPositionDescription", "()Ljava/lang/String;", "GetGetPositionDescriptionHandler")>]
member this.PositionDescription : string

Property Value

Human-readable description of current parser state.

Attributes

Exceptions

if the TypedArray has already been recycled.

Remarks

Returns a message about the parser state suitable for printing error messages.

Java documentation for android.content.res.TypedArray.getPositionDescription().

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