use of org.prebid.mobile.rendering.models.PlacementType in project prebid-mobile-android by prebid.
the class BannerView method setVideoPlacementType.
public void setVideoPlacementType(VideoPlacementType videoPlacement) {
mAdUnitConfig.setAdUnitIdentifierType(AdConfiguration.AdUnitIdentifierType.VAST);
final PlacementType placementType = VideoPlacementType.mapToPlacementType(videoPlacement);
mAdUnitConfig.setPlacementType(placementType);
}
Aggregations