Wiki

Clone wiki

REACT native plugin / setImpressionListener

Overview

Sets the impression listener (tiggering didCountImpression event) for the given placement.

Syntax

setImpressionListener(placementName)
placementName (required)

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

Examples

#!javascript

RNAatkit.setImpressionListener("BannerPlacement");

Updated