Lingua

DocumentsContract.Document.SyncStateFlagDownloadError Campo

Definizione

Attenzione

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

Flag che indica che l'ultimo tentativo di download ha generato un errore.

[Android.Runtime.Register("SYNC_STATE_FLAG_DOWNLOAD_ERROR", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentSyncStateFlags enum directly instead of this field.", true)]
public const Android.Provider.DocumentSyncStateFlags SyncStateFlagDownloadError = 32;
[<Android.Runtime.Register("SYNC_STATE_FLAG_DOWNLOAD_ERROR", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentSyncStateFlags enum directly instead of this field.", true)>]
val mutable SyncStateFlagDownloadError : Android.Provider.DocumentSyncStateFlags

Valore del campo

Value = 32
Attributi

Commenti

Flag che indica che l'ultimo tentativo di download ha generato un errore.

Informazioni di riferimento su Android per android.provider.DocumentsContract.Document.SYNC_STATE_FLAG_DOWNLOAD_ERROR.

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