Stay organized with collections
Save and categorize content based on your preferences.
public final class
InstallReferrerService
IntentService for handling the Google Play Store's INSTALL_REFERRER intent. This service will
be launched from InstallReferrerReceiver. See that class for details.
Inherited Constant Summary
From class
android.app.Service
int
START_CONTINUATION_MASK
int
START_FLAG_REDELIVERY
int
START_FLAG_RETRY
int
START_NOT_STICKY
int
START_REDELIVER_INTENT
int
START_STICKY
int
START_STICKY_COMPATIBILITY
From class
android.content.Context
String
ACCESSIBILITY_SERVICE
String
ACCOUNT_SERVICE
String
ACTIVITY_SERVICE
String
ALARM_SERVICE
String
AUDIO_SERVICE
int
BIND_ABOVE_CLIENT
int
BIND_ADJUST_WITH_ACTIVITY
int
BIND_ALLOW_OOM_MANAGEMENT
int
BIND_AUTO_CREATE
int
BIND_DEBUG_UNBIND
int
BIND_IMPORTANT
int
BIND_NOT_FOREGROUND
int
BIND_WAIVE_PRIORITY
String
BLUETOOTH_SERVICE
String
CLIPBOARD_SERVICE
String
CONNECTIVITY_SERVICE
int
CONTEXT_IGNORE_SECURITY
int
CONTEXT_INCLUDE_CODE
int
CONTEXT_RESTRICTED
String
DEVICE_POLICY_SERVICE
String
DISPLAY_SERVICE
String
DOWNLOAD_SERVICE
String
DROPBOX_SERVICE
String
INPUT_METHOD_SERVICE
String
INPUT_SERVICE
String
KEYGUARD_SERVICE
String
LAYOUT_INFLATER_SERVICE
String
LOCATION_SERVICE
String
MEDIA_ROUTER_SERVICE
int
MODE_APPEND
int
MODE_ENABLE_WRITE_AHEAD_LOGGING
int
MODE_MULTI_PROCESS
int
MODE_PRIVATE
int
MODE_WORLD_READABLE
int
MODE_WORLD_WRITEABLE
String
NFC_SERVICE
String
NOTIFICATION_SERVICE
String
NSD_SERVICE
String
POWER_SERVICE
String
SEARCH_SERVICE
String
SENSOR_SERVICE
String
STORAGE_SERVICE
String
TELEPHONY_SERVICE
String
TEXT_SERVICES_MANAGER_SERVICE
String
UI_MODE_SERVICE
String
USB_SERVICE
String
USER_SERVICE
String
VIBRATOR_SERVICE
String
WALLPAPER_SERVICE
String
WIFI_P2P_SERVICE
String
WIFI_SERVICE
String
WINDOW_SERVICE
From interface
android.content.ComponentCallbacks2
[[["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-09 UTC."],[[["\u003cp\u003e\u003ccode\u003eInstallReferrerService\u003c/code\u003e handles the INSTALL_REFERRER intent from the Google Play Store, launched by \u003ccode\u003eInstallReferrerReceiver\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits various constants from \u003ccode\u003eandroid.app.Service\u003c/code\u003e and \u003ccode\u003eandroid.content.Context\u003c/code\u003e for managing service behavior and accessing system resources.\u003c/p\u003e\n"],["\u003cp\u003eTwo public constructors are available: one accepting a custom service name and another with a default name.\u003c/p\u003e\n"]]],["`InstallReferrerService` is an `IntentService` that handles the `INSTALL_REFERRER` intent from the Google Play Store. It's launched by `InstallReferrerReceiver`. The service inherits constants from `android.app.Service`, `android.content.Context`, and `android.content.ComponentCallbacks2`. These constants define various service types, binding behaviors, and memory trim levels. The class offers two public constructors to create the `InstallReferrerService` instance: one that accepts a string *name* parameter, and one that takes no parameters.\n"],null,["public final class **InstallReferrerService** \nIntentService for handling the Google Play Store's INSTALL_REFERRER intent. This service will\nbe launched from [InstallReferrerReceiver](../../../com/google/tagmanager/InstallReferrerReceiver.html). See that class for details. \n\nInherited Constant Summary \nFrom class android.app.Service \n\n|-----|----------------------------|---|\n| int | START_CONTINUATION_MASK | |\n| int | START_FLAG_REDELIVERY | |\n| int | START_FLAG_RETRY | |\n| int | START_NOT_STICKY | |\n| int | START_REDELIVER_INTENT | |\n| int | START_STICKY | |\n| int | START_STICKY_COMPATIBILITY | |\n\nFrom class android.content.Context \n\n|--------|---------------------------------|---|\n| String | ACCESSIBILITY_SERVICE | |\n| String | ACCOUNT_SERVICE | |\n| String | ACTIVITY_SERVICE | |\n| String | ALARM_SERVICE | |\n| String | AUDIO_SERVICE | |\n| int | BIND_ABOVE_CLIENT | |\n| int | BIND_ADJUST_WITH_ACTIVITY | |\n| int | BIND_ALLOW_OOM_MANAGEMENT | |\n| int | BIND_AUTO_CREATE | |\n| int | BIND_DEBUG_UNBIND | |\n| int | BIND_IMPORTANT | |\n| int | BIND_NOT_FOREGROUND | |\n| int | BIND_WAIVE_PRIORITY | |\n| String | BLUETOOTH_SERVICE | |\n| String | CLIPBOARD_SERVICE | |\n| String | CONNECTIVITY_SERVICE | |\n| int | CONTEXT_IGNORE_SECURITY | |\n| int | CONTEXT_INCLUDE_CODE | |\n| int | CONTEXT_RESTRICTED | |\n| String | DEVICE_POLICY_SERVICE | |\n| String | DISPLAY_SERVICE | |\n| String | DOWNLOAD_SERVICE | |\n| String | DROPBOX_SERVICE | |\n| String | INPUT_METHOD_SERVICE | |\n| String | INPUT_SERVICE | |\n| String | KEYGUARD_SERVICE | |\n| String | LAYOUT_INFLATER_SERVICE | |\n| String | LOCATION_SERVICE | |\n| String | MEDIA_ROUTER_SERVICE | |\n| int | MODE_APPEND | |\n| int | MODE_ENABLE_WRITE_AHEAD_LOGGING | |\n| int | MODE_MULTI_PROCESS | |\n| int | MODE_PRIVATE | |\n| int | MODE_WORLD_READABLE | |\n| int | MODE_WORLD_WRITEABLE | |\n| String | NFC_SERVICE | |\n| String | NOTIFICATION_SERVICE | |\n| String | NSD_SERVICE | |\n| String | POWER_SERVICE | |\n| String | SEARCH_SERVICE | |\n| String | SENSOR_SERVICE | |\n| String | STORAGE_SERVICE | |\n| String | TELEPHONY_SERVICE | |\n| String | TEXT_SERVICES_MANAGER_SERVICE | |\n| String | UI_MODE_SERVICE | |\n| String | USB_SERVICE | |\n| String | USER_SERVICE | |\n| String | VIBRATOR_SERVICE | |\n| String | WALLPAPER_SERVICE | |\n| String | WIFI_P2P_SERVICE | |\n| String | WIFI_SERVICE | |\n| String | WINDOW_SERVICE | |\n\nFrom interface android.content.ComponentCallbacks2 \n\n|-----|------------------------------|---|\n| int | TRIM_MEMORY_BACKGROUND | |\n| int | TRIM_MEMORY_COMPLETE | |\n| int | TRIM_MEMORY_MODERATE | |\n| int | TRIM_MEMORY_RUNNING_CRITICAL | |\n| int | TRIM_MEMORY_RUNNING_LOW | |\n| int | TRIM_MEMORY_RUNNING_MODERATE | |\n| int | TRIM_MEMORY_UI_HIDDEN | |\n\nPublic Constructor Summary\n\n|---|----------------------------------------------------------------------------------------------------------------------------------------------|\n| | [InstallReferrerService](../../../com/google/tagmanager/InstallReferrerService.html#InstallReferrerService(java.lang.String))(String *name*) |\n| | [InstallReferrerService](../../../com/google/tagmanager/InstallReferrerService.html#InstallReferrerService())() |\n\nPublic Constructors \n\npublic\n**InstallReferrerService**\n(String *name*) \n\u003cbr /\u003e\n\npublic\n**InstallReferrerService**\n() \n\u003cbr /\u003e"]]