Lingua

DocumentsContract.Document.SyncStateFlagDownloadProgress 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 è in corso un download di modifiche remote.

[Android.Runtime.Register("SYNC_STATE_FLAG_DOWNLOAD_PROGRESS", 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 SyncStateFlagDownloadProgress = 8;
[<Android.Runtime.Register("SYNC_STATE_FLAG_DOWNLOAD_PROGRESS", 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 SyncStateFlagDownloadProgress : Android.Provider.DocumentSyncStateFlags

Valore del campo

Value = 8
Attributi

Commenti

Flag che indica che è in corso un download di modifiche remote.

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

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