Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. FlurryAdTargeting adTargeting = new FlurryAdTargeting();
  2. adTargeting.setLocation(37.99, 77.90);
  3. mFlurryAdNative.setTargeting(adTargeting);
  4.  
  5.  
  6. //To remove current location.
  7. adTargeting.clearLocation();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement