Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface OfflinePixel

Implement this interface and return a multibinding when you want to schedule the sending of pixels. The use case is generally when you have a DB with some pixels to be sent periodically. You can use this ready-made infrastructure instead of creating your own worker etc.

Link copied to clipboard
interface PixelSender

Interface for sending anonymous analytics events (pixels). This interface is primarily intended for use within custom OfflinePixel implementations. For general-purpose pixel sending, refer to the com.duckduckgo.app.statistics.pixels.Pixel interface.