PrepareGetCredentialResponse.HasCredentialResults(String) メソッド

定義

ユーザーが指定 credentialTypeされた の候補の資格情報を持っている場合は true を返し、それ以外の場合は false を返します。

[Android.Runtime.Register("hasCredentialResults", "(Ljava/lang/String;)Z", "", ApiSince=34)]
[Android.Runtime.RequiresPermission("android.permission.CREDENTIAL_MANAGER_QUERY_CANDIDATE_CREDENTIALS")]
public bool HasCredentialResults (string credentialType);
[<Android.Runtime.Register("hasCredentialResults", "(Ljava/lang/String;)Z", "", ApiSince=34)>]
[<Android.Runtime.RequiresPermission("android.permission.CREDENTIAL_MANAGER_QUERY_CANDIDATE_CREDENTIALS")>]
member this.HasCredentialResults : string -> bool

パラメーター

credentialType
String

戻り値

属性

注釈

ユーザーが指定 credentialTypeされた の候補の資格情報を持っている場合は true を返し、それ以外の場合は false を返します。

の Java ドキュメント android.credentials.PrepareGetCredentialResponse.hasCredentialResults(java.lang.String)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象