CardReaderProviderType
@objc
public protocol CardReaderProviderType
The CardReaderProviderType protocol serves as the gateway for third-party
CardReaderController adapters/drivers to register their implementations for CardReaderController(s)
and/or CardReaderProvider(s) within the HealthCardAccess domain.
-
Tell the provider to load and initialize the CardReaderController
Note
this method should not throw
Declaration
Swift
static func provideCardReaderController() -> CardReaderControllerObjcWrapperReturn Value
Wrapped
CardReaderControllerType -
Card Reader Provider information
Declaration
Swift
static var descriptor: ProviderDescriptorType { get }