Guest User

Untitled

a guest
Mar 6th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.30 KB | None | 0 0
  1. //
  2. // Source code recreated from a .class file by IntelliJ IDEA
  3. // (powered by Fernflower decompiler)
  4. //
  5.  
  6. package com.appsflyer;
  7.  
  8. public interface AFInAppEventType {
  9.     String LEVEL_ACHIEVED = "af_level_achieved";
  10.     String ADD_PAYMENT_INFO = "af_add_payment_info";
  11.     String ADD_TO_CART = "af_add_to_cart";
  12.     String ADD_TO_WISH_LIST = "af_add_to_wishlist";
  13.     String COMPLETE_REGISTRATION = "af_complete_registration";
  14.     String TUTORIAL_COMPLETION = "af_tutorial_completion";
  15.     String INITIATED_CHECKOUT = "af_initiated_checkout";
  16.     String PURCHASE = "af_purchase";
  17.     String RATE = "af_rate";
  18.     String SEARCH = "af_search";
  19.     String SPENT_CREDIT = "af_spent_credits";
  20.     String ACHIEVEMENT_UNLOCKED = "af_achievement_unlocked";
  21.     String CONTENT_VIEW = "af_content_view";
  22.     String TRAVEL_BOOKING = "af_travel_booking";
  23.     String SHARE = "af_share";
  24.     String INVITE = "af_invite";
  25.     String LOGIN = "af_login";
  26.     String RE_ENGAGE = "af_re_engage";
  27.     String UPDATE = "af_update";
  28.     String OPENED_FROM_PUSH_NOTIFICATION = "af_opened_from_push_notification";
  29.     String LOCATION_CHANGED = "af_location_changed";
  30.     String LOCATION_COORDINATES = "af_location_coordinates";
  31.     String ORDER_ID = "af_order_id";
  32.     String CUSTOMER_SEGMENT = "af_customer_segment";
  33. }
Advertisement
Add Comment
Please, Sign In to add comment