-
public class GeoTargeting.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static GeoTargeting.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final GeoTargetingstoreIds(List<String> storeIds)Create geo targeting with store IDs final GeoTargetingnetworks(List<String> networks)Create geo targeting with networks final GeoTargetingcity(String city)Create geo targeting with city final GeoTargetingstate(String state)Create geo targeting with state final GeoTargetingcountry(String country)Create geo targeting with country final GeoTargetinglocation(String city, String state, String country)Create geo targeting with location details -
-
Method Detail
-
storeIds
final GeoTargeting storeIds(List<String> storeIds)
Create geo targeting with store IDs
-
networks
final GeoTargeting networks(List<String> networks)
Create geo targeting with networks
-
city
final GeoTargeting city(String city)
Create geo targeting with city
-
state
final GeoTargeting state(String state)
Create geo targeting with state
-
country
final GeoTargeting country(String country)
Create geo targeting with country
-
location
final GeoTargeting location(String city, String state, String country)
Create geo targeting with location details
-
-
-
-