Package com.pubmatic.sdk.openwrap.core
Class POBOWPartnerHelper
-
- All Implemented Interfaces:
public class POBOWPartnerHelperHelper class for OpenWrap Partner
-
-
Constructor Summary
Constructors Constructor Description POBOWPartnerHelper()
-
Method Summary
Modifier and Type Method Description static POBManagercreatePOBManager(@NonNull() Context context, @NonNull() POBRequest adRequest)Creates and returns a new partner instantiator from provided params static voidapplyCountryFilterConfig(@NonNull() POBBaseBidder<POBBid> bidder, @Nullable() POBProfileConfig profileConfig)Applies the latest country filter configuration from profile config to the bidder. -
-
Method Detail
-
createPOBManager
@NonNull() static POBManager createPOBManager(@NonNull() Context context, @NonNull() POBRequest adRequest)
Creates and returns a new partner instantiator from provided params
- Parameters:
context- the contextadRequest- the ad request- Returns:
a valid POBPartnerInstantiator for OW Partner
-
applyCountryFilterConfig
static void applyCountryFilterConfig(@NonNull() POBBaseBidder<POBBid> bidder, @Nullable() POBProfileConfig profileConfig)
Applies the latest country filter configuration from profile config to the bidder.
- Parameters:
bidder- the bidder to configureprofileConfig- the profile config, or null to skip
-
-
-
-