- context
- The Android.Content.Context to use when necessary
Documentation for this section has not yet been entered.
Gets an AccountManager instance associated with a Context. The Android.Content.Context will be used as long as the AccountManager is active, so make sure to use a Android.Content.Context whose lifetime is commensurate with any listeners registered to AccountManager.AddOnAccountsUpdatedListener(IOnAccountsUpdateListener, Android.OS.Handler, Android.OS.Handler) or similar methods.
It is safe to call this method from the main thread.
No permission is required to call this method.