ContactsContract.ProfileSyncState.NewSetOperation(Account, Byte[]) Method

Definition

[Android.Runtime.Register("newSetOperation", "(Landroid/accounts/Account;[B)Landroid/content/ContentProviderOperation;", "")]
public static Android.Content.ContentProviderOperation? NewSetOperation (Android.Accounts.Account? account, byte[]? data);
[<Android.Runtime.Register("newSetOperation", "(Landroid/accounts/Account;[B)Landroid/content/ContentProviderOperation;", "")>]
static member NewSetOperation : Android.Accounts.Account * byte[] -> Android.Content.ContentProviderOperation

Parameters

account
Account
data
Byte[]

Returns

Attributes

Remarks

Java documentation for android.provider.ContactsContract.ProfileSyncState.newSetOperation(android.accounts.Account, byte[]).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also

  • <xref:Android.Provider.SyncStateContract.Helpers.NewSetOperation(Android.Net.Uri%2c+Android.Accounts.Account%2c+Android.Accounts.Account)>