AI-generated Key Takeaways
-
AddressConstants.Extras provides keys for Intent extras.
-
EXTRA_ADDRESS is the key used to retrieve a UserAddress after calling requestUserAddress.
-
EXTRA_ERROR_CODE is the key used to retrieve an error code after calling requestUserAddress.
Keys for Intent extras.
Constant Summary
| String | EXTRA_ADDRESS | The key for retrieving a UserAddress
returned to your Activity's onActivityResult method after calling
requestUserAddress(GoogleApiClient, UserAddressRequest, int). |
| String | EXTRA_ERROR_CODE | The key for retrieving an error code returned to
your Activity's onActivityResult method after calling
requestUserAddress(GoogleApiClient, UserAddressRequest, int). |
Constants
public static final String EXTRA_ADDRESS
The key for retrieving a UserAddress
returned to your Activity's onActivityResult method after calling
requestUserAddress(GoogleApiClient, UserAddressRequest, int).
public static final String EXTRA_ERROR_CODE
The key for retrieving an error code returned to your Activity's onActivityResult
method after calling
requestUserAddress(GoogleApiClient, UserAddressRequest, int). See
AddressConstants.ErrorCodes for possible values.