다음을 통해 공유


AccountManager.GetAccountVisibility(Account, String) 메서드

정의

지정된 애플리케이션에 대한 특정 계정의 가시성을 가져옵니다.

[Android.Runtime.Register("getAccountVisibility", "(Landroid/accounts/Account;Ljava/lang/String;)I", "GetGetAccountVisibility_Landroid_accounts_Account_Ljava_lang_String_Handler", ApiSince=26)]
public virtual Android.Accounts.AccountVisibility GetAccountVisibility (Android.Accounts.Account? account, string? packageName);
[<Android.Runtime.Register("getAccountVisibility", "(Landroid/accounts/Account;Ljava/lang/String;)I", "GetGetAccountVisibility_Landroid_accounts_Account_Ljava_lang_String_Handler", ApiSince=26)>]
abstract member GetAccountVisibility : Android.Accounts.Account * string -> Android.Accounts.AccountVisibility
override this.GetAccountVisibility : Android.Accounts.Account * string -> Android.Accounts.AccountVisibility

매개 변수

account
Account

Account 가시성을 얻으려면

packageName
String

계정 표시 유형을 가져오기 위한 애플리케이션의 패키지 이름

반환

지정된 계정의 int 표시 유형입니다. API 수준 34 이상을 #VISIBILITY_NOT_VISIBLE 대상으로 하는 호출자의 경우 지정된 패키지가 패키지 표시 유형 규칙에 따라 필터링되면 반환됩니다.

특성

설명

지정된 애플리케이션에 대한 특정 계정의 가시성을 가져옵니다. 가능한 반환 값은 ul<>li><#VISIBILITY_VISIBLE/li li<<>#VISIBILITY_USER_MANAGED_VISIBLE>/li><li#VISIBILITY_NOT_VISIBLE<>/li><#VISIBILITY_USER_MANAGED_NOT_VISIBLE></ul입니다. <>

이 메서드를 사용하려면 호출자가 지정된 계정을 소유한 인증자와 서명 일치를 가져야 합니다.

에 대한 android.accounts.AccountManager.getAccountVisibility(android.accounts.Account, java.lang.String)Java 설명서

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

적용 대상