InstallReferrerService
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
classe final pública InstallReferrerService
IntentService para processar a intent INSTALL_REFERRER da Google Play Store. O serviço será
iniciado em InstallReferrerReceiver. Veja a classe para mais detalhes.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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"]]