showProductCardEvent static method

Creates an E-Commerce event ShowProductCardEvent.

Use it to report the viewing of the product card among others in the list.

Implementation

static AppMetricaECommerceEvent showProductCardEvent(
    AppMetricaECommerceProduct product, AppMetricaECommerceScreen screen) {
  return ECommerceConstructors.showProductCardEvent(product, screen);
}