AppSetIdClient
Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["\u003cp\u003e\u003ccode\u003eAppSetIdClient\u003c/code\u003e enables interaction with the \u003ccode\u003eAppSetIdInfo\u003c/code\u003e API for retrieving app set ID information.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method, \u003ccode\u003egetAppSetIdInfo()\u003c/code\u003e, asynchronously provides an \u003ccode\u003eAppSetIdInfo\u003c/code\u003e object containing app set ID details.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this client to access and utilize app set IDs for various purposes within their Android applications.\u003c/p\u003e\n"]]],["The `AppSetIdClient` interface facilitates interaction with the `AppSetIdInfo` API. It provides one primary method: `getAppSetIdInfo()`. This method asynchronously retrieves the `AppSetIdInfo`. It returns a `Task` object that, upon completion, yields the requested `AppSetIdInfo`. The `AppSetIdInfo` object contains relevant information. This allows the application to obtain App set identification information.\n"],null,["# AppSetIdClient\n\npublic interface **AppSetIdClient** \nA client for interacting with the [AppSetIdInfo](/android/reference/com/google/android/gms/appset/AppSetIdInfo)\nAPI. \n\n### Public Method Summary\n\n|------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract Task\\\u003c[AppSetIdInfo](/android/reference/com/google/android/gms/appset/AppSetIdInfo)\\\u003e | [getAppSetIdInfo](/android/reference/com/google/android/gms/appset/AppSetIdClient#getAppSetIdInfo())() Gets the [AppSetIdInfo](/android/reference/com/google/android/gms/appset/AppSetIdInfo) asynchronously. |\n\nPublic Methods\n--------------\n\n#### public abstract Task\\\u003c[AppSetIdInfo](/android/reference/com/google/android/gms/appset/AppSetIdInfo)\\\u003e\n**getAppSetIdInfo** ()\n\nGets the [AppSetIdInfo](/android/reference/com/google/android/gms/appset/AppSetIdInfo)\nasynchronously. \n\n##### Returns\n\n- a [Task](/android/reference/com/google/android/gms/tasks/Task) of the returned [AppSetIdInfo](/android/reference/com/google/android/gms/appset/AppSetIdInfo)."]]