setPlacementAlignment

setPlacementAlignment(...)

setPlacementAlignment(options: { placementName: string; bannerAlignment: string; }) => Promise<void>

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