MBIParserResultState
enum MBIParserResultState {}
Enumeration of posibble parser result state
-
Empty
Declaration
Objective-C
MBIParserResultStateEmptySwift
case empty = 0 -
Uncertain
Declaration
Objective-C
MBIParserResultStateUncertainSwift
case uncertain = 1 -
Valid
Declaration
Objective-C
MBIParserResultStateValidSwift
case valid = 2
View on GitHub
MBIParserResultState Enumeration Reference