InstallReferrerService

  • The InstallReferrerService is an IntentService designed to handle the INSTALL_REFERRER intent from the Google Play Store.

  • This service inherits a wide range of capabilities from android.app.Service, android.content.Context, and android.content.ComponentCallbacks2 for interacting with the Android system.

  • It includes inherited methods for service management, permission handling, file operations, resource access, and broadcast interactions.

public final class InstallReferrerService extends CampaignTrackingService

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

Public Constructor Summary

Inherited Method Summary

Public Constructors

public InstallReferrerService ()