com.google.android.gms.identity.intents
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.
[null,null,["Last updated 2024-10-31 UTC."],[[["This API provides access to a user's address information, including the ability to request and retrieve addresses."],["Developers can customize the UI for requesting user addresses using themes and options."],["Constants, error codes, extras, and result codes are provided for handling address-related interactions."],["`Address` class provides the primary entry point for accessing address functionalities."],["`UserAddressRequest` and `UserAddressRequest.Builder` are used for creating and managing address requests."]]],["The document outlines the components for utilizing Address APIs, including constants for errors, extras, result codes, and themes. The `Address` class provides APIs for accessing user addresses, with `AddressOptions` encapsulating related options. `UserAddressRequest` defines a request for a user's address, while its `Builder` class facilitates creating these requests. The result of address requests is handled in the activity `onActivityResult` method and customized through request parameters.\n"]]