共用方式為


DomainVerificationManager.GetDomainVerificationUserState(String) 方法

定義

擷取指定套件和 Context用戶的用戶狀態。

[Android.Runtime.Register("getDomainVerificationUserState", "(Ljava/lang/String;)Landroid/content/pm/verify/domain/DomainVerificationUserState;", "", ApiSince=31)]
public Android.Content.PM.Verify.Domain.DomainVerificationUserState? GetDomainVerificationUserState (string packageName);
[<Android.Runtime.Register("getDomainVerificationUserState", "(Ljava/lang/String;)Landroid/content/pm/verify/domain/DomainVerificationUserState;", "", ApiSince=31)>]
member this.GetDomainVerificationUserState : string -> Android.Content.PM.Verify.Domain.DomainVerificationUserState

參數

packageName
String

要查詢狀態的應用程式。

傳回

用戶為用戶選取指定套件的驗證數據,如果封裝未宣告任何 HTTP/HTTPS 網域,則為 null。

屬性

備註

擷取指定套件和 Context用戶的用戶狀態。

android.content.pm.verify.domain.DomainVerificationManager.getDomainVerificationUserState(java.lang.String)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於