google::play::install_referrer::InstallReferrerClient

#include <install_referrer/client.h>

Entrypoint for the Install Referrer API.

Summary

Constructors and Destructors

InstallReferrerClient()
~InstallReferrerClient()

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()