Skip to content

Commit

Permalink
Add signup magic link opened method to login analytics listener inter…
Browse files Browse the repository at this point in the history
…face
  • Loading branch information
theck13 committed Apr 12, 2018
1 parent 9746300 commit bb3840a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public interface LoginAnalyticsListener {
void trackPasswordFormViewed();
void trackSignupEmailToLogin();
void trackSignupMagicLinkFailed();
void trackSignupMagicLinkOpened();
void trackSignupMagicLinkOpenEmailClientClicked();
void trackSignupMagicLinkSent();
void trackSignupMagicLinkSucceeded();
Expand Down

0 comments on commit bb3840a

Please sign in to comment.