AddressConstants.ResultCodes
Stay organized with collections
Save and categorize content based on your preferences.
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.
Constant Value: 1
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`AddressConstants.ResultCodes` defines custom result codes returned after requesting a user's address using `requestUserAddress()`."],["Standard result codes like `RESULT_OK` and `RESULT_CANCELLED` can also be returned alongside these custom codes."],["`RESULT_ERROR` (value 1) indicates an error during the address request process."]]],[]]