Freigeben über


LocaleConfig.StatusParsingFailed Feld

Definition

Achtung

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

Falsch formatierte Eingaben in der XML-Datei, in der die LocaleConfig gespeichert wurde.

[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

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Falsch formatierte Eingaben in der XML-Datei, in der die LocaleConfig gespeichert wurde.

Java-Dokumentation für android.app.LocaleConfig.STATUS_PARSING_FAILED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: