Skip to content

Commit

Permalink
Add signup sheet tracking to login analytics listener interface
Browse files Browse the repository at this point in the history
  • Loading branch information
theck13 committed Apr 17, 2018
1 parent 4067ab1 commit c67f269
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ public interface LoginAnalyticsListener {
void trackMagicLinkRequested();
void trackMagicLinkRequestFormViewed();
void trackPasswordFormViewed();
void trackSignupCanceled();
void trackSignupEmailButtonTapped();
void trackSignupEmailToLogin();
void trackSignupGoogleButtonTapped();
void trackSignupMagicLinkFailed();
void trackSignupMagicLinkOpened();
void trackSignupMagicLinkOpenEmailClientClicked();
Expand All @@ -35,6 +38,7 @@ public interface LoginAnalyticsListener {
void trackSignupSocialAccountsNeedConnecting();
void trackSignupSocialButtonFailure();
void trackSignupSocialToLogin();
void trackSignupTermsOfServiceTapped();
void trackSocialAccountsNeedConnecting();
void trackSocialButtonClick();
void trackSocialButtonFailure();
Expand Down

0 comments on commit c67f269

Please sign in to comment.