MBParserResultState
enum MBParserResultState {}
Enumeration of posibble parser result state
-
Empty
Declaration
Objective-C
MBParserResultStateEmpty
Swift
case empty = 0
-
Uncertain
Declaration
Objective-C
MBParserResultStateUncertain
Swift
case uncertain = 1
-
Valid
Declaration
Objective-C
MBParserResultStateValid
Swift
case valid = 2