Parcelable representing a country. Used for restricting which addresses a user can choose to share.
| public static final Creator<CountrySpecification> | CREATOR |
|
CountrySpecification(String countryCode)
Constructs a country specification based on a country code.
|
| String | |
| void |
writeToParcel(Parcel dest, int
flags)
|
Constructs a country specification based on a country code.
Country code should follow the ISO 3166-2 format (ex: "US", "CA", "JP").
| countryCode | an ISO 3166-2 formatted country code |
|---|