Page Summary
-
AddressConstants.ResultCodes provides custom result codes for your Activity's onActivityResult method after calling requestUserAddress.
-
Standard result codes like Activity.RESULT_OK and Activity.RESULT_CANCELLED can also be returned along with these custom codes.
-
RESULT_ERROR is a constant within AddressConstants.ResultCodes indicating an error during request processing.
Custom result codes that can be returned to your Activity's onActivityResult method after
you call
requestUserAddress(GoogleApiClient, UserAddressRequest, int). Note that the
standard result codes of Activity.RESULT_OK and Activity.RESULT_CANCELLED can also be
returned in addition to these custom ones.
Constant Summary
| int | RESULT_ERROR | Result code returned if an error occurs while processing your request. |
Constants
public static final int RESULT_ERROR
Result code returned if an error occurs while processing your request.