Class CountryInfo
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class CountryInfo
Class that holds data about a given country
-
-
Field Summary
Fields Modifier and Type Field Description private final StringisoCodeprivate final StringcallingCode
-
Constructor Summary
Constructors Constructor Description CountryInfo(String isoCode, String callingCode)
-
Method Summary
Modifier and Type Method Description final StringgetIsoCode()final StringgetCallingCode()-
-
Method Detail
-
getIsoCode
final String getIsoCode()
-
getCallingCode
final String getCallingCode()
-
-
-
-