java.lang.Object | |
↳ | com.google.android.gms.identity.intents.model.CountrySpecification |
Parcelable representing a country. Used for restricting which addresses a user can choose to share.
[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").
countryCode | an ISO 3166-2 formatted country code |
---|