Share via


PrepareGetCredentialResponse.HasRemoteResults Property

Definition

Returns true if the user has any candidate remote credential results, and false otherwise.

public bool HasRemoteResults { [Android.Runtime.Register("hasRemoteResults", "()Z", "", ApiSince=34)] [Android.Runtime.RequiresPermission("android.permission.CREDENTIAL_MANAGER_QUERY_CANDIDATE_CREDENTIALS")] get; }
[<get: Android.Runtime.Register("hasRemoteResults", "()Z", "", ApiSince=34)>]
[<get: Android.Runtime.RequiresPermission("android.permission.CREDENTIAL_MANAGER_QUERY_CANDIDATE_CREDENTIALS")>]
member this.HasRemoteResults : bool

Property Value

Attributes

Remarks

Returns true if the user has any candidate remote credential results, and false otherwise.

Java documentation for android.credentials.PrepareGetCredentialResponse.hasRemoteResults().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to