Skip to content

Commit

Permalink
feat: add android app download tracking events to interface (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiehuang authored Nov 6, 2023
1 parent 8c5a96e commit 629605f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/interface/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export enum InterfaceEventName {
TOKEN_SELECTOR_OPENED = 'Token Selector Opened',
UNISWAP_WALLET_APP_DOWNLOAD_OPENED = 'Uniswap Wallet App Download Opened',
UNISWAP_WALLET_MICROSITE_OPENED = 'Uniswap Wallet Microsite Opened',
UNIWALLET_CONNECT_MODAL_OPENED = 'Uniswap wallet modal opened',
WALLET_CONNECTED = 'Wallet Connected',
WALLET_PROVIDER_USED = 'Wallet Provider Used',
WALLET_SELECTED = 'Wallet Selected',
Expand Down
5 changes: 5 additions & 0 deletions src/interface/properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ export enum RiskCheckResult {
FAILED = 'Failed',
PASSED = 'Passed',
}

export enum AppDownloadPlatform {
ANDROID = 'android',
IOS = 'ios',
}

0 comments on commit 629605f

Please sign in to comment.