MBIParserResultState
enum MBIParserResultState {}
Enumeration of posibble parser result state
-
Empty
Declaration
Objective-C
MBIParserResultStateEmpty
Swift
case empty = 0
-
Uncertain
Declaration
Objective-C
MBIParserResultStateUncertain
Swift
case uncertain = 1
-
Valid
Declaration
Objective-C
MBIParserResultStateValid
Swift
case valid = 2