Lingua

AconfigStorageReadException.ErrorStorageSystemNotFound Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.OS.Flagging.AconfigStorageReadErrorType enum directly instead of this field.

Codice di errore che indica che il sistema di archiviazione Aconfig non è stato trovato nel dispositivo.

[Android.Runtime.Register("ERROR_STORAGE_SYSTEM_NOT_FOUND", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.Flagging.AconfigStorageReadErrorType enum directly instead of this field.", true)]
public const Android.OS.Flagging.AconfigStorageReadErrorType ErrorStorageSystemNotFound = 1;
[<Android.Runtime.Register("ERROR_STORAGE_SYSTEM_NOT_FOUND", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.Flagging.AconfigStorageReadErrorType enum directly instead of this field.", true)>]
val mutable ErrorStorageSystemNotFound : Android.OS.Flagging.AconfigStorageReadErrorType

Valore del campo

Value = 1
Attributi

Commenti

Codice di errore che indica che il sistema di archiviazione Aconfig non è stato trovato nel dispositivo.

per android.os.flagging.AconfigStorageReadException.ERROR_STORAGE_SYSTEM_NOT_FOUND.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a