Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void AnswerEntered(string answer)
- {
- Analytics.CustomEvent("promoEntered", new Dictionary<string, object>
- {
- { "answer", answer }
- });
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement