java.lang.Object | |
↳ | com.google.android.gms.wallet.CountrySpecification |
Parcelable representing a country.
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a country specification based on a country code.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() |
Constructs a country specification based on a country code.
Country code should follow the ISO 3166-2 format (ex: "US", "CA", "JP"). Providing a
country code that is not supported or malformed will return
ERROR_CODE_INVALID_PARAMETERS
.
countryCode | an ISO 3166-2 formatted country code |
---|