CardReaderControllerObjcWrapper
public class CardReaderControllerObjcWrapper : NSObject
We need to use a wrapper to bridge the CardReaderControllerType
since its Type cannot be represented in ObjC
-
The bridged CardReaderController
Declaration
Swift
public let value: CardReaderControllerType
-
Initialize the wrapper with the wrapped controller.
Declaration
Swift
public required init(_ value: CardReaderControllerType)
Parameters
value
the card reader controller