WalletApplicationCapabilities

data class WalletApplicationCapabilities(val generatedAt: Instant, val androidKeystoreAttestKeyAvailable: Boolean, val androidKeystoreStrongBoxAvailable: Boolean, val androidIsEmulator: Boolean, val directAccessSupported: Boolean)

Information about the capabilities of the wallet application, for the wallet server.

Constructors

Link copied to clipboard
constructor(generatedAt: Instant, androidKeystoreAttestKeyAvailable: Boolean, androidKeystoreStrongBoxAvailable: Boolean, androidIsEmulator: Boolean, directAccessSupported: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the app is running on an emulator.

Link copied to clipboard

Whether Android Keystore supports attest keys.

Link copied to clipboard

Whether StrongBox is available on the device.

Link copied to clipboard
Link copied to clipboard
val generatedAt: Instant

The point in time this data was generated.