AccountManager.KeyIntent Field

Definition

Bundle key used for an Intent in results from methods that may require the caller to interact with the user.

[Android.Runtime.Register("KEY_INTENT")]
public const string KeyIntent;
[<Android.Runtime.Register("KEY_INTENT")>]
val mutable KeyIntent : string

Field Value

Attributes

Remarks

Bundle key used for an Intent in results from methods that may require the caller to interact with the user. The Intent can be used to start the corresponding user interface activity.

Java documentation for android.accounts.AccountManager.KEY_INTENT.

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