SetMultiSizePosition

Overview

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 OnHaveAdOnMultiSizeBanner event is called). Note: x-axis direction is right, y-axis direction is top for both platforms.

Syntax

SetMultiSizePosition(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 multi size banner in x-axis.

posY (REQUIRED)

int Position of the multi size banner in y-axis.

returns void

Examples

AATKitBinding.SetMultiSizePosition("MultiSizeBannerPlacement", 50, 100);

Last updated