Sprache

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.

Android-Referenz für android.app.LocaleConfig.STATUS_PARSING_FAILED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: