OfflinePixel

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.

Example:


Functions

Link copied to clipboard
abstract fun send(): Completable