ContentResolver.CurrentSyncs Proprietà

Definizione

Restituisce un elenco con informazioni su tutte le sincronizzazioni attive.

public static System.Collections.Generic.IList<Android.Content.SyncInfo>? CurrentSyncs { [Android.Runtime.Register("getCurrentSyncs", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getCurrentSyncs", "()Ljava/util/List;", "")>]
static member CurrentSyncs : System.Collections.Generic.IList<Android.Content.SyncInfo>

Valore della proprietà

Elenco di oggetti SyncInfo per le sincronizzazioni attualmente attive.

Attributi

Commenti

Restituisce un elenco con informazioni su tutte le sincronizzazioni attive. Questo elenco sarà vuoto se non sono presenti sincronizzazioni attive.

Questo metodo richiede al chiamante di contenere l'autorizzazione android.Manifest.permission#READ_SYNC_STATS.

per android.content.ContentResolver.getCurrentSyncs().

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