setPlacementAlignment
Overview
Sets banner placement position on the screen.
Syntax
setPlacementAlignment(placementName, bannerAlignment)
placementName (REQUIRED)
string Unique name of placement. The same name will be used in gravite.net account.
bannerAlignment (REQUIRED)
int Banner alignment on the screen.
topLeft
topCenter
topRight
bottomLeft
bottomCenter
bottomRight
Examples
AATKitCordova.setPlacementAlignment("Banner", "topCenter");
Last updated