AccountAuthenticatorActivity.SetAccountAuthenticatorResult(Bundle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.