quickViewEventPixel static method
Implementation
static void quickViewEventPixel(
String ref,
String title,
String prodId,
String prodName,
String sku,
) {
_checkInitialized();
_PixelProcessor.processPixel(_PixelObject(
type: PixelType.event,
pType: PageType.productPage,
group: GroupType.product,
eType: 'quickview',
ref: ref,
title: title,
prodId: prodId,
prodName: prodName,
prodSku: sku,
));
}