Android.Accounts.AbstractAccountAuthenticator.EditProperties Method
Returns a Bundle that contains the Intent of the activity that can be used to edit the properties.

Syntax

[Android.Runtime.Register("editProperties", "(Landroid/accounts/AccountAuthenticatorResponse;Ljava/lang/String;)Landroid/os/Bundle;", "GetEditProperties_Landroid_accounts_AccountAuthenticatorResponse_Ljava_lang_String_Handler")]
public abstract Android.OS.Bundle EditProperties (AccountAuthenticatorResponse response, string accountType)

Parameters

response
used to set the result for the request. If the Constants.INTENT_KEY is set in the bundle then this response field is to be used for sending future results if and when the Intent is started.
accountType
the AccountType whose properties are to be edited.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a Bundle that contains the Intent of the activity that can be used to edit the properties. In order to indicate success the activity should call response.setResult() with a non-null Bundle.

[Android Documentation]

Requirements

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