Mobile Wallet Credential Registry
interface MobileWalletCredentialRegistry
Platform adapter for metadata-only registration. Android framework types never cross this boundary.
Inheritors
AndroidDigitalCredentialRegistry
IosIdentityDocumentRegistry
Functions
Link copied to clipboard
Registers OpenID4VCI creation options (what the wallet can receive via CREATE_CREDENTIAL).
Link copied to clipboard
abstract suspend fun replace(registryId: String, records: List<MobileWalletCredentialRegistryRecord>): MobileWalletCredentialRegistrationResult
Synchronizes the platform registry named registryId to exactly records.