Helpers
-
Status class
Class holding all possible statuses and their descriptions the AB Circle SmartCard I/O Framework can return. This class is used as base for all classes in the AB Circle SmartCard I/O Framework that have methods returning or throwing error statuses.
Properties and methods to hold the last status code and its description are included, as well as getting the description of an entered statuscode.
See moreDeclaration
Swift
@objcMembers public class Status : NSObject
extension Status: LocalizedError