AlphaWallet / AlphaWallet/alpha-wallet-android

Track events for Actionsheet for transaction confirmation

Open
#1,674 1 comment 0 reactions 1 assignee Claimed by @JamesSmartCell View on GitHub
Dominant language
Java
Stars
646
Forks
579
PR merge metrics
No merged PRs in 30d

Description

Ref: https://github.com/AlphaWallet/alpha-wallet-ios/pull/2282

Logged as this on iOS:

```
enum Navigation: String, AnalyticsNavigation {
case actionSheetForTransactionConfirmation = "Screen: Txn Confirmation" //actionsheet appears
}

enum Action: String, AnalyticsAction {
case confirmsTransactionInActionSheet = "Txn Confirmation Confirm Tapped" //tapped the button, doesn't imply success
case cancelsTransactionInActionSheet = "Txn Confirmation Cancelled"
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.