Package io.michaelrocks.libphonenumber.android
See: Description
-
Enum Summary Enum Description ErrorType The reason that a string could not be interpreted as a phone number. ShortNumberCost Cost categories of short numbers. CountryCodeSource PhoneNumberFormat INTERNATIONAL and NATIONAL formats are consistent with the definition in ITU-T RecommendationE.123. PhoneNumberType Type of phone numbers. MatchType Types of phone number matches. ValidationResult Possible outcomes when testing if a PhoneNumber is possible. Leniency Leniency when finding potential phone numbers in textsegments. -
Class Summary Class Description NumberParseException Generic exception class for errors encountered when parsing phone numbers. AlternateFormatsCountryCodeSet ShortNumbersRegionCodeSet ShortNumberInfo Methods for getting information about short phone numbers, such as short codes and emergency numbers. Builder Provides a dummy builder to 'emulate' the API of the code generated by the latest version ofProtocol Buffers. NumberFormat Builder Provides a dummy builder. PhoneNumberDesc Builder Provides a dummy builder. PhoneMetadata Builder Provides a dummy builder. PhoneMetadataCollection Phonemetadata PhoneNumberMatch The immutable match of a phone number within a piece of text. AsYouTypeFormatter A formatter which formats phone numbers as they are entered. CountryCodeToRegionCodeMap MissingMetadataException Exception class for cases when expected metadata cannot be found. PhoneNumber Phonenumber PhoneNumberUtil Utility for international phone numbers. -
Interface Summary Interface Description MetadataLoader Interface for clients to specify a customized phone metadata loader, useful for Android apps to load Android resources since the library loads Java resources by default, e.g.