SINPhoneNumberParseError Constants Reference
| Declared in | SINPhoneNumberUtil.h |
|---|
SINPhoneNumberParseError
Definition
typedef NS_ENUM(NSInteger, SINPhoneNumberParseError ) {
SINPhoneNumberParseErrorInvalidCountryCode,
SINPhoneNumberParseErrorNotANumber,
SINPhoneNumberParseErrorTooShortAfterIDD,
SINPhoneNumberParseErrorTooShortNSN,
SINPhoneNumberParseErrorTooLongNSN,
};
Constants
SINPhoneNumberParseErrorInvalidCountryCode-
Declared In
SINPhoneNumberUtil.h. SINPhoneNumberParseErrorNotANumber-
Declared In
SINPhoneNumberUtil.h. SINPhoneNumberParseErrorTooShortAfterIDD-
Declared In
SINPhoneNumberUtil.h. SINPhoneNumberParseErrorTooShortNSN-
Declared In
SINPhoneNumberUtil.h. SINPhoneNumberParseErrorTooLongNSN-
Declared In
SINPhoneNumberUtil.h.