withPlacementId method

dynamic withPlacementId(
  1. String placementId
)

Implementation

withPlacementId(String placementId) {
  this[ADMON_PLACEMENT_ID] = placementId;
  return this;
}