PasskeyCapabilities

Capability support reported by a platform implementation.

Missing entries are CapabilitySupport.UNKNOWN. This keeps a platform from reporting a capability as unsupported when it cannot determine support reliably at runtime.

Constructors

Link copied to clipboard
constructor(support: Map<PasskeyCapability, CapabilitySupport> = emptyMap())

Properties

Link copied to clipboard

A defensive snapshot of the support values reported by the platform.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Returns the reported support state for capability.

Link copied to clipboard

Returns true only when capability is explicitly reported as supported.

Link copied to clipboard
open override fun toString(): String