Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.51 KB | None | 0 0
  1.  
  2. public enum NativeXAdPlacement {
  3.     Exit_Ad_From_Application("Exit Ad from Application"),
  4.     Game_Launch("Game Launch"),
  5.     Main_Menu_Screen("Main Menu Screen"),
  6.     Level_Completed("Level Completed"),
  7.     Level_Failed("Level Failed"),
  8.     Pause_Menu_Screen("Pause Menu Screen"),
  9.     Player_Levels_Up("Player Levels Up"),
  10.     Player_Generated_Event("Player Generated Event"),
  11.     P2P_Competition_Won("P2P competition won"),
  12.     P2P_Competition_Lost("P2P competition lost"),
  13.     Store_Open("Store Open");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement