SetPlacementAlignment
Overview
Sets banner placement position on the screen.
Syntax
placementName (REQUIRED)
string Unique name of placement. The same name will be used in addapptr.com account.
bannerAlignment (REQUIRED)
int Banner alignment on the screen. BannerAlignment.TopLeft = 0 BannerAlignment.TopCenter = 1 BannerAlignment.TopRight = 2 BannerAlignment.BottomLeft = 3 BannerAlignment.BottomCenter = 4 BannerAlignment.BottomRight = 5
returns void
Examples
Last updated