LayananPerujukPerujuk
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
class final publik InstallReferrerService
ViewPager untuk menangani intent INSTALL_REFERRER Google Play Store. Layanan ini akan
diluncurkan dari InstallReferrerReceiver. Lihat class tersebut untuk mengetahui detailnya.
Ringkasan Konstanta Turunan
Dari 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
Dari 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
Dari antarmuka
android.content.ComponentCallbacks2
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]