setPlacementPosition
Overview
Sets banner placement position on the screen (x, y)
Syntax
setPlacementPosition(placementName, x, y)placementName (REQUIRED)
string Unique name of placement. The same name will be used in gravite.net account.
x (REQUIRED)
int Position of the banner in x-axis.
y (REQUIRED)
int Position of the banner in y-axis.
Examples
AATKitCordova.setPlacementPosition("Banner", 19, 92);Last updated