Stay organized with collections
Save and categorize content based on your preferences.
google::play::install_referrer::InstallReferrerClient
#include <install_referrer/client.h>
Entrypoint for the Install Referrer API.
Summary
Public functions
|
GetInstallReferrer(GetInstallReferrerContinuation continuation)
|
void
Get the install referrer associated with the installation.
|
Public functions
GetInstallReferrer
void GetInstallReferrer(
GetInstallReferrerContinuation continuation
)
Get the install referrer associated with the installation.
Provides the install referrer associated with the installation (if any) and the time at which the installation was started.
If a referrer source was associated with the installation of your application the response will contain it via GetInstallReferrerResultValue::install_referrer.
Details |
Parameters |
continuation
|
The continuation callback.
|
|
InstallReferrerClient
InstallReferrerClient()
~InstallReferrerClient
~InstallReferrerClient()
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::InstallReferrerClient Class Reference\n\ngoogle::play::install_referrer::InstallReferrerClient\n=====================================================\n\n\n`#include \u003cinstall_referrer/client.h\u003e`\n\nEntrypoint for the Install Referrer API.\n\nSummary\n-------\n\n| ### Constructors and Destructors ||\n|---|---|\n| [InstallReferrerClient](#classgoogle_1_1play_1_1install__referrer_1_1_install_referrer_client_1adb050acbb5e9ce6d8966a3d618131f1e)`()` ||\n| [~InstallReferrerClient](#classgoogle_1_1play_1_1install__referrer_1_1_install_referrer_client_1a8ce9706884f74f884ecfba1334af55e0)`()` ||\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|\n| [GetInstallReferrer](#classgoogle_1_1play_1_1install__referrer_1_1_install_referrer_client_1ade89f748bf16d4d7ae21723315ca57f1)`(GetInstallReferrerContinuation continuation)` | `void` Get the install referrer associated with the installation. |\n\nPublic functions\n----------------\n\n### GetInstallReferrer\n\n```text\nvoid GetInstallReferrer(\n GetInstallReferrerContinuation continuation\n)\n``` \nGet the install referrer associated with the installation.\n\nProvides the install referrer associated with the installation (if any) and the time at which the installation was started.\n\nIf a referrer source was associated with the installation of your application the response will contain it via [GetInstallReferrerResultValue::install_referrer](/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_1a34698fda4d728b5f3e9979e5cd05053e).\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|-------------------------------------------------------------------------------------------------|\n| Parameters | |----------------|----------------------------| | `continuation` | The continuation callback. | |\n\n### InstallReferrerClient\n\n```text\n InstallReferrerClient()\n``` \n\n### \\~InstallReferrerClient\n\n```text\n ~InstallReferrerClient()\n```"]]