Advertisement
avjatchanin

CT_iOS_RemoteConfigAnalyticsTracker

May 6th, 2020
1,052
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.26 KB | None | 0 0
  1. private extension RemoteConfigAnalyticsTracker {
  2.  
  3.   enum RemoteConfigEvent: String {
  4.     case signUp = "p_sign_up"
  5.     case inAppPurchase = "p_in_app_purchase"
  6.     case ecommercePurchase = "p_ecommerce_purchase"
  7.     case paymentSystems = "p_payment_systems"
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement