Android.Content.ContentResolver.CurrentSyncs Property
Returns a list with information about all the active syncs.

Syntax

[get: Android.Runtime.Register("getCurrentSyncs", "()Ljava/util/List;", "GetGetCurrentSyncsHandler")]
public static IList<SyncInfo> CurrentSyncs { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a list with information about all the active syncs. This list will be empty if there are no active syncs.

This method requires the caller to hold the permission NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#READ_SYNC_STATS.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11