Package com.pubmatic.sdk.common.base
Interface POBBaseBidder.CountryFilterConfig
-
- All Implemented Interfaces:
public interface POBBaseBidder.CountryFilterConfigInterface definition, helps to set Country Filter Information on demand.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetCountryFilteringMode()The country filtering mode based on which the country filtering logic applied for countries given getFilteringCountries abstract Set<String>getFilteringCountries()The country list while making bid requests -
-
Method Detail
-
getCountryFilteringMode
@Nullable() abstract String getCountryFilteringMode()
The country filtering mode based on which the country filtering logic applied for countries given getFilteringCountries
- Returns:
String of POBProfileInfo.CountryFilterMode
-
getFilteringCountries
@Nullable() abstract Set<String> getFilteringCountries()
The country list while making bid requests
- Returns:
the unique country list
-
-
-
-