setPlacementAlignment
setPlacementAlignment(...)
Sets banner placement position on the screen.
Param
Type
Description
options
{ placementName: string; bannerAlignment: string; }
object containing placement name and banner alignment with possible values: "topLeft", "topCenter", "topRight", "bottomLeft", "bottomCenter", "bottomRight"
Last updated