Wiki

Clone wiki

REACT native plugin / showUnifiedNativeAdPlacement

Overview

Shows unified native ad if is ready.

Syntax

showUnifiedNativeAdPlacement(placementName)
placementName (required)

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

Examples

#!javascript

RNAatkit.showUnifiedNativeAdPlacement("UnifiedNativeAdPlacement");

Updated