Skip to content

Commit

Permalink
Rename clickToShow -> navigate
Browse files Browse the repository at this point in the history
Rename clickToShow -> navigate
  • Loading branch information
Yu-Hong Wang committed Mar 29, 2021
2 parents f7b967c + fe09b49 commit fde1b3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ type PromotedMetricsType = {

// Click logging

logClickToShow(screenName: string): void;
logClickToShowWithContent(screenName: string, content: Object): void;
logClickToSignUp(userId: string): void;
logNavigateAction(screenName: string): void;
logNavigateActionWithContent(screenName: string, content: Object): void;
logPurchaseAction(item: Object): void;
logAddToCartAction(item: Object): void;
logShareAction(content: Object): void;
Expand Down

0 comments on commit fde1b3b

Please sign in to comment.