Interface BusEventTourStart

Fired when a tour is started. The tour could be started upon receipt of a tour message with skip_card true, when a developer used the startTour instance method, or when the start tour card is clicked by the user. Purposefully not firing this event when the restart button is clicked.

interface BusEventTourStart {
    reason: TourStartReason;
    type: TOUR_START;
}

Hierarchy (View Summary, Expand)

Properties

Properties

The reason for the tour starting.

The type of this event.

MMNEPVFCICPMFPCPTTAAATR