SetPlacementPosition

Overview

Sets banner placement position on the screen (x, y). Note: x-axis direction is right, y-axis direction is top for both platforms.

Syntax

SetPlacementPosition(placementName, posX, posY)

placementName (REQUIRED)

string Unique name of placement. The same name will be used in addapptr.com account.

posX (REQUIRED)

int Position of the banner in x-axis.

posY (REQUIRED)

int Position of the banner in y-axis.

returns void

Examples

SetPlacementPosition("BannerPlacement", 50, 100);

Last updated