Share via


LocaleConfig.StatusParsingFailed Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.LocaleConfigStatus enum directly instead of this field.

Malformed input in the XML file where the LocaleConfig was stored.

[Android.Runtime.Register("STATUS_PARSING_FAILED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.LocaleConfigStatus enum directly instead of this field.", true)]
public const Android.App.LocaleConfigStatus StatusParsingFailed = 2;
[<Android.Runtime.Register("STATUS_PARSING_FAILED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.LocaleConfigStatus enum directly instead of this field.", true)>]
val mutable StatusParsingFailed : Android.App.LocaleConfigStatus

Field Value

Value = 2

Implements

Attributes

Remarks

Malformed input in the XML file where the LocaleConfig was stored.

Java documentation for android.app.LocaleConfig.STATUS_PARSING_FAILED.

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