-
public interface FormattingMetadataSourceA source of formatting phone metadata.
-
-
Method Summary
Modifier and Type Method Description abstract Phonemetadata.PhoneMetadatagetFormattingMetadataForCountryCallingCode(int countryCallingCode)Returns formatting phone metadata for provided country calling code. -
-
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.
-
-
-
-