-
public interface RegionMetadataSourceA source of phone metadata split by geographical regions.
-
-
Method Summary
Modifier and Type Method Description abstract Phonemetadata.PhoneMetadatagetMetadataForRegion(String regionCode)Returns phone metadata for provided geographical region. -
-
Method Detail
-
getMetadataForRegion
abstract Phonemetadata.PhoneMetadata getMetadataForRegion(String regionCode)
Returns phone metadata for provided geographical region.
The
{@code regionCode}must be different from , which has a special meaning and is used tomark non-geographical regions (see NonGeographicalEntityMetadataSource for moreinformation).
-
-
-
-