SetMultiSizePosition
Last updated
Last updated
Sets multi size banner position on the screen (x, y). If you want to set concrete position for multi size banner, you should use this method always when a new multi size ad is loaded (then event is called). Note: x-axis direction is right, y-axis direction is top for both platforms.
placementName (REQUIRED)
string Unique name of placement. The same name will be used in addapptr.com account.
posX (REQUIRED)
int Position of the multi size banner in x-axis.
posY (REQUIRED)
int Position of the multi size banner in y-axis.
returns void