public interface IAnalyticsTracker extends Serializable
| Modifier and Type | Method and Description |
|---|---|
default com.vaadin.ui.Component |
getOptOutComponent() |
void |
trackEvent(String category,
String action)
Suit un événement.
|
void |
trackEvent(String category,
String action,
String optLabel)
Suit un événement.
|
void |
trackEvent(String category,
String action,
String optLabel,
Integer optValue)
Suit un événement.
|
void |
trackPageview(String name)
Suit l'affichage d'une vue.
|
void trackPageview(String name)
name - le nom de la vue affichéevoid trackEvent(String category, String action)
category - catégorie de l'événement suiviaction - nom de l'événement suivivoid trackEvent(String category, String action, String optLabel)
category - catégorie de l'événement suiviaction - nom de l'événement suivioptLabel - description de l'événement suivivoid trackEvent(String category, String action, String optLabel, Integer optValue)
category - catégorie de l'événement suiviaction - nom de l'événement suivioptLabel - description de l'événement suivioptValue - une valeur associée à l'événementdefault com.vaadin.ui.Component getOptOutComponent()
Copyright © 2017 Université de Lorraine. All rights reserved.