AlphaWallet / AlphaWallet/alpha-wallet-android
Track events for Actionsheet for transaction confirmation
Đang mở
- Ngôn ngữ chính
- Java
- Star
- 646
- Fork
- 579
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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"
}
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.