Stay organized with collections
Save and categorize content based on your preferences.
google::play::install_referrer
Summary
Enumerations
InstallReferrerError
InstallReferrerError
Error codes returned by Install Referrer.
Properties |
kError
|
Fatal error during the API action.
|
kOk
|
The operation completed successfully.
|
Typedefs
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 2025-05-23 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 2025-05-23 UTC."],[],[],null,["# google::play::install_referrer Namespace\n\ngoogle::play::install_referrer\n==============================\n\nSummary\n-------\n\n| ### Enumerations ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------|\n| [InstallReferrerError](#install__referrer_2enums_8h_1a4a8304a08cecb99edb8052b20982b291)`{` ` `[kOk](#dummy_1a4a8304a08cecb99edb8052b20982b291ae69fa9a656f76dd8a4d89f21992b2d3a)` = 0,` ` `[kError](#dummy_1a4a8304a08cecb99edb8052b20982b291ae3587c730cc1aa530fa4ddc9c4204e97)` = 1` `}` | enum Error codes returned by Install Referrer. |\n\n| ### Typedefs ||\n|----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [GetInstallReferrerContinuation](#install__referrer_2models_8h_1a596da218dbd4dd75d80c95214e5fc5ff) | using `std::function\u003c void(`[GetInstallReferrerResult](/games/playgames/native-pc/reference/class/google/play/result#classgoogle_1_1play_1_1_result)`)\u003e` |\n| [GetInstallReferrerResult](#install__referrer_2models_8h_1aa2dfd409856e3abe57074ca701d7a9f4) | using [Result](/games/playgames/native-pc/reference/class/google/play/result#classgoogle_1_1play_1_1_result)`\u003c InstallReferrerError, `[GetInstallReferrerResultValue](/games/playgames/native-pc/reference/struct/google/play/install-referrer/get-install-referrer-result-value#structgoogle_1_1play_1_1install__referrer_1_1_get_install_referrer_result_value)` \u003e` |\n\n| ### Classes ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------|\n| [google::play::install_referrer::InstallReferrerClient](/games/playgames/native-pc/reference/class/google/play/install-referrer/install-referrer-client) | Entrypoint for the Install Referrer API. |\n\n| ### Structs ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------|\n| [google::play::install_referrer::GetInstallReferrerResultValue](/games/playgames/native-pc/reference/struct/google/play/install-referrer/get-install-referrer-result-value) | The result value for the GetInstallReferrer API. |\n\nEnumerations\n------------\n\n### InstallReferrerError\n\n```text\n InstallReferrerError\n``` \nError codes returned by Install Referrer.\n\n| Properties ||\n|----------|---------------------------------------|\n| `kError` | Fatal error during the API action. |\n| `kOk` | The operation completed successfully. |\n\nTypedefs\n--------\n\n### GetInstallReferrerContinuation\n\n```text\nstd::function\u003c void(GetInstallReferrerResult)\u003e GetInstallReferrerContinuation\n``` \n\n### GetInstallReferrerResult\n\n```text\nResult\u003c InstallReferrerError, GetInstallReferrerResultValue \u003e GetInstallReferrerResult\n```"]]