Lingua

AconfigStorageReadException.ErrorCannotReadStorageFile 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 si è verificato un errore durante la lettura del file di archiviazione Aconfig.

[Android.Runtime.Register("ERROR_CANNOT_READ_STORAGE_FILE", 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 ErrorCannotReadStorageFile = 4;
[<Android.Runtime.Register("ERROR_CANNOT_READ_STORAGE_FILE", 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 ErrorCannotReadStorageFile : Android.OS.Flagging.AconfigStorageReadErrorType

Valore del campo

Value = 4
Attributi

Commenti

Codice di errore che indica che si è verificato un errore durante la lettura del file di archiviazione Aconfig.

per android.os.flagging.AconfigStorageReadException.ERROR_CANNOT_READ_STORAGE_FILE.

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