Package 

Interface FormattingMetadataSource

    • Method Summary

      Modifier and Type Method Description
      abstract Phonemetadata.PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode) Returns formatting phone metadata for provided country calling code.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFormattingMetadataForCountryCallingCode

         abstract Phonemetadata.PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode)

        Returns formatting phone metadata for provided country calling code.

        This method is similar to the one in , except that itwill not fail for geographical regions, it can be used for both geo- and non-geo entities.

        In case the provided {@code countryCallingCode} maps to several different regions, only onewould contain formatting metadata.