Interface InteractiveProduct (Open Beta)

The InteractiveProduct sub-controller provides an interface for handling long presses, multiple clicks, etc. to ensure analytics events are logged properly when a user selects a product.

interface InteractiveProduct {
    warningMessage?: string;
    beginDelayedSelect(): void;
    cancelPendingSelect(): void;
    select(): void;
}

Hierarchy (View Summary, Expand)

Methods

Properties

warningMessage?: string
MMNEPVFCICPMFPCPTTAAATR