showScreenEvent static method
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 AppMetricaECommerceEvent showScreenEvent(AppMetricaECommerceScreen screen) {
return ECommerceConstructors.showScreenEvent(screen);
}