Exemplo n.º 1
0
    public void OnFirstInteraction(FirstInteraction firstInteraction)
    {
        IDictionary <string, object> eventArgs = new Dictionary <string, object>();

        eventArgs.Add(kType, firstInteraction.ToString().ToLower());
        Analytics.CustomEvent(kOnFirstInteraction, eventArgs);
    }
Exemplo n.º 2
0
 public OnFirstInteraction(FirstInteraction firstInteraction)
 {
     this.firstInteraction = firstInteraction;
 }