SetMultiSizeAlignment
Overview
Sets multi size banner position on the screen.
Syntax
placementName (REQUIRED)
string Unique name of placement. The same name will be used in addapptr.com account.
multiSizeAlignment (REQUIRED)
int Multi size 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