다음을 통해 공유


IOnAccountsUpdateListener.OnAccountsUpdated(Account[]) 메서드

정의

AccountManager가 시작될 때와 계정 집합이 변경될 때마다 호출됩니다.

[Android.Runtime.Register("onAccountsUpdated", "([Landroid/accounts/Account;)V", "GetOnAccountsUpdated_arrayLandroid_accounts_Account_Handler:Android.Accounts.IOnAccountsUpdateListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnAccountsUpdated (Android.Accounts.Account[]? accounts);
[<Android.Runtime.Register("onAccountsUpdated", "([Landroid/accounts/Account;)V", "GetOnAccountsUpdated_arrayLandroid_accounts_Account_Handler:Android.Accounts.IOnAccountsUpdateListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnAccountsUpdated : Android.Accounts.Account[] -> unit

매개 변수

accounts
Account[]

현재 계정

특성

설명

AccountManager가 시작될 때와 계정 집합이 변경될 때마다 호출됩니다.

에 대한 android.accounts.OnAccountsUpdateListener.onAccountsUpdated(android.accounts.Account[])Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상