Advertisement
ElectricJesus

AnswerEntered

Apr 27th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public void AnswerEntered(string answer)
  2. {
  3. Analytics.CustomEvent("promoEntered", new Dictionary<string, object>
  4. {
  5. { "answer", answer }
  6. });
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement