AccountAuthenticatorActivity.SetAccountAuthenticatorResult(Bundle) Method

Definition

Set the result that is to be sent as the result of the request that caused this Activity to be launched.

[Android.Runtime.Register("setAccountAuthenticatorResult", "(Landroid/os/Bundle;)V", "")]
public void SetAccountAuthenticatorResult (Android.OS.Bundle? result);
[<Android.Runtime.Register("setAccountAuthenticatorResult", "(Landroid/os/Bundle;)V", "")>]
member this.SetAccountAuthenticatorResult : Android.OS.Bundle -> unit

Parameters

result
Bundle

this is returned as the result of the AbstractAccountAuthenticator request

Attributes

Remarks

Set the result that is to be sent as the result of the request that caused this Activity to be launched. If result is null or this method is never called then the request will be canceled.

Java documentation for android.accounts.AccountAuthenticatorActivity.setAccountAuthenticatorResult(android.os.Bundle).

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