showScreenEvent static method

ECommerceEvent showScreenEvent(
  1. ECommerceScreen screen
)

Creates E-Commerce ShowScreenEvent events.

Use it to inform about the opening of a page, for example: a list of products, a search, the main page.

Implementation

static ECommerceEvent showScreenEvent(ECommerceScreen screen) {
  return ECommerceConstructors.showScreenEvent(screen);
}