Skip to content

Commit

Permalink
Added new analytics properties for push authentication tracking.
Browse files Browse the repository at this point in the history
  • Loading branch information
roundhill committed May 6, 2015
1 parent 841f0c5 commit 1691713
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -89,7 +89,11 @@ public enum Stat {
PUSH_NOTIFICATION_RECEIVED,
SUPPORT_OPENED_HELPSHIFT_SCREEN,
LOGIN_FAILED,
LOGIN_FAILED_TO_GUESS_XMLRPC
LOGIN_FAILED_TO_GUESS_XMLRPC,
PUSH_AUTHENTICATION_APPROVED,
PUSH_AUTHENTICATION_EXPIRED,
PUSH_AUTHENTICATION_FAILED,
PUSH_AUTHENTICATION_IGNORED
}

public interface Tracker {
Expand Down

0 comments on commit 1691713

Please sign in to comment.