AdvertisementParameters
constructor(contentId: String, adTypes: List<String>, wi: UInt? = null, timeoutAfterSeconds: UInt? = null, profiles: HashMap<String, String> = hashMapOf(), keywords: List<String> = listOf(), gdprPd: Boolean? = null, serverSideHeaderBidding: Boolean? = null, campaignId: String? = null, bannerId: String? = null, placementType: PlacementType = PlacementType.INLINE, dsa: DSA? = null, targetURLHandler: TargetURLHandlerInterface? = null)
Creates a container that stores all the important information and objects for creating and managing an advertising request with the content unit id.
constructor(learningTag: Map<String, String>, adTypes: List<String>, wi: UInt? = null, timeoutAfterSeconds: UInt? = null, profiles: HashMap<String, String> = hashMapOf(), keywords: List<String> = listOf(), gdprPd: Boolean? = null, serverSideHeaderBidding: Boolean? = null, campaignId: String? = null, bannerId: String? = null, placementType: PlacementType = PlacementType.INLINE, dsa: DSA? = null, targetURLHandler: TargetURLHandlerInterface? = null)
Creates a container that stores all the important information and objects for creating and managing an advertising request with the learning tag.