AlphaWallet / AlphaWallet/alpha-wallet-android
Track events for Actionsheet for transaction confirmation
Open
- 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.