Android.Content.ContentResolver.GetPeriodicSyncs Method
Get the list of information about the periodic syncs for the given account and authority.

Syntax

[Android.Runtime.Register("getPeriodicSyncs", "(Landroid/accounts/Account;Ljava/lang/String;)Ljava/util/List;", "")]
public static IList<PeriodicSync> GetPeriodicSyncs (Android.Accounts.Account account, string authority)

Parameters

account
the account whose periodic syncs we are querying
authority
the provider whose periodic syncs we are querying

Returns

Documentation for this section has not yet been entered.

Remarks

Get the list of information about the periodic syncs for the given account and authority.

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

[Android Documentation]

Requirements

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