sendDuckPlayerPixel

abstract suspend fun sendDuckPlayerPixel(pixelName: String, pixelData: Map<String, String>)

Sends a pixel with the given name and data.

Parameters

pixelName

The name of the pixel.

pixelData

The data associated with the pixel.