Ejemplo n.º 1
0
 @Deprecated
 public LocationAwareness getLocationAwareness() {
   return LocationAwareness.fromMoPubLocationAwareness(MoPub.getLocationAwareness());
 }
Ejemplo n.º 2
0
 @Deprecated
 public void setLocationAwareness(LocationAwareness locationAwareness) {
   MoPub.setLocationAwareness(locationAwareness.getNewLocationAwareness());
 }