Lingua

DocumentsContract.Document.SyncStateFlagUploadError 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 caricamento ha generato un errore.

[Android.Runtime.Register("SYNC_STATE_FLAG_UPLOAD_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 SyncStateFlagUploadError = 16;
[<Android.Runtime.Register("SYNC_STATE_FLAG_UPLOAD_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 SyncStateFlagUploadError : Android.Provider.DocumentSyncStateFlags

Valore del campo

Value = 16
Attributi

Commenti

Flag che indica che l'ultimo tentativo di caricamento ha generato un errore. Questo flag implica in genere anche SYNC_STATE_FLAG_AVAILABLE_LOCALLY e SYNC_STATE_FLAG_LOCAL_CHANGES sono impostati.

Informazioni di riferimento su Android per android.provider.DocumentsContract.Document.SYNC_STATE_FLAG_UPLOAD_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