Stay organized with collections
Save and categorize content based on your preferences.
InstallReferrerClient.Builder
public
static
final
class
InstallReferrerClient.Builder
extends Object
java.lang.Object
|
↳ |
com.android.installreferrer.api.InstallReferrerClient.Builder
|
Builder to configure and create a InstallReferrer instance.
Summary
Inherited methods |
From
class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public methods
Annotations
Interfaces
Classes
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 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-02-10 UTC."],[],[],null,["# InstallReferrerClient.Builder\n\nSummary: [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \\| [\\[Expand All\\]](#) \n\nInstallReferrerClient.Builder\n=============================\n\n\n`\npublic\nstatic\nfinal\n\nclass\nInstallReferrerClient.Builder\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|---------------------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.installreferrer.api.InstallReferrerClient.Builder |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nBuilder to configure and create a InstallReferrer instance.\n\nSummary\n-------\n\n| ### Public methods ||\n|----------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| ` `[InstallReferrerClient](/reference/com/android/installreferrer/api/InstallReferrerClient) | ` `[build](/reference/com/android/installreferrer/api/InstallReferrerClient.Builder#build())`() ` Creates a Install Referrer client instance. |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` java.lang.Object ` |-------------------|-------------------------------| | ` Object` | ` clone() ` | | ` boolean` | ` equals(Object arg0) ` | | ` void` | ` finalize() ` | | ` final Class\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` String` | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nPublic methods\n--------------\n\n### build\n\n```\nInstallReferrerClient build ()\n```\n\nCreates a Install Referrer client instance.\n\nAfter creation, it will not yet be ready to use. You must initiate setup by calling [startConnection(InstallReferrerStateListener)](/reference/com/android/installreferrer/api/InstallReferrerClient#startConnection(com.android.installreferrer.api.InstallReferrerStateListener)) and wait for setup to complete.\n\n\u003cbr /\u003e\n\n| Returns ||\n|-------------------------------------------------------------------------------------------|---------------------------------|\n| [InstallReferrerClient](/reference/com/android/installreferrer/api/InstallReferrerClient) | InstallReferrer instance \u003cbr /\u003e |\n\n| Throws ||\n|----------------------------|--------------------------|\n| `IllegalArgumentException` | if Context were not set. |\n\n-\n\n Annotations\n -----------\n\n - [InstallReferrerClient.InstallReferrerResponse](/reference/com/android/installreferrer/api/InstallReferrerClient.InstallReferrerResponse)\n-\n\n Interfaces\n ----------\n\n - [InstallReferrerStateListener](/reference/com/android/installreferrer/api/InstallReferrerStateListener)\n-\n\n Classes\n -------\n\n - [InstallReferrerClient](/reference/com/android/installreferrer/api/InstallReferrerClient)\n - [InstallReferrerClient.Builder](/reference/com/android/installreferrer/api/InstallReferrerClient.Builder)\n - [ReferrerDetails](/reference/com/android/installreferrer/api/ReferrerDetails)"]]