Perform a sync for this account.
Syntax
[Android.Runtime.Register("onPerformSync", "(Landroid/accounts/Account;Landroid/os/Bundle;Ljava/lang/String;Landroid/content/ContentProviderClient;Landroid/content/SyncResult;)V", "GetOnPerformSync_Landroid_accounts_Account_Landroid_os_Bundle_Ljava_lang_String_Landroid_content_ContentProviderClient_Landroid_content_SyncResult_Handler")]
public abstract
void OnPerformSync (
Android.Accounts.Account account,
Android.OS.Bundle extras,
string authority,
ContentProviderClient provider,
SyncResult syncResult)
Parameters
- account
- the account that should be synced
- extras
- SyncAdapter-specific parameters
- authority
- the authority of this sync request
- provider
- a ContentProviderClient that points to the ContentProvider for this
authority
- syncResult
- SyncAdapter-specific parameters
Remarks
Requirements
Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5