InstallReferrerService
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
public final class
InstallReferrerService
IntentService pour la gestion de l'intent INSTALL_REFERRER du Google Play Store Ce service sera lancé à partir du InstallReferrerReceiver. Pour en savoir plus, consultez ce cours.
Récapitulatif des constantes héritées
De la classe
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
De la classe
android.content.Context
Chaîne
ACCESSIBILITY_SERVICE
Chaîne
ACCOUNT_SERVICE
Chaîne
ACTIVITY_SERVICE
Chaîne
ALARM_SERVICE
Chaîne
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
Chaîne
BLUETOOTH_SERVICE
Chaîne
CLIPBOARD_SERVICE
Chaîne
CONNECTIVITY_SERVICE
int
CONTEXT_IGNORE_SECURITY
int
CONTEXT_INCLUDE_CODE
int
CONTEXT_RESTRICTED
Chaîne
DEVICE_POLICY_SERVICE
Chaîne
DISPLAY_SERVICE
Chaîne
DOWNLOAD_SERVICE
Chaîne
DROPBOX_SERVICE
Chaîne
INPUT_METHOD_SERVICE
Chaîne
INPUT_SERVICE
Chaîne
KEYGUARD_SERVICE
Chaîne
LAYOUT_INFLATER_SERVICE
Chaîne
LOCATION_SERVICE
Chaîne
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
Chaîne
NFC_SERVICE
Chaîne
NOTIFICATION_SERVICE
Chaîne
NSD_SERVICE
Chaîne
POWER_SERVICE
Chaîne
SEARCH_SERVICE
Chaîne
SENSOR_SERVICE
Chaîne
STORAGE_SERVICE
Chaîne
TELEPHONY_SERVICE
Chaîne
TEXT_SERVICES_MANAGER_SERVICE
Chaîne
UI_MODE_SERVICE
Chaîne
USB_SERVICE
Chaîne
USER_SERVICE
Chaîne
VIBRATOR_SERVICE
Chaîne
WALLPAPER_SERVICE
Chaîne
WIFI_P2P_SERVICE
Chaîne
WIFI_SERVICE
Chaîne
WINDOW_SERVICE
Depuis l'interface
android.content.ComponentCallbacks2
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/25 (UTC)."],[],["`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"]]