Android.Content.ContentResolver.GetSyncAutomatically Method
Check if the provider should be synced when a network tickle is received

Syntax

[Android.Runtime.Register("getSyncAutomatically", "(Landroid/accounts/Account;Ljava/lang/String;)Z", "")]
public static bool GetSyncAutomatically (Android.Accounts.Account account, string authority)

Parameters

account
the account whose setting we are querying
authority
the provider whose setting we are querying

Returns

Documentation for this section has not yet been entered.

Remarks

Check if the provider should be synced when a network tickle is received

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 5