Wiki

Clone wiki

REACT native plugin / showPromo

Overview

Shows promo ad if it is ready.

Syntax

showPromo(forced)
forced (required)

boolean. True if you want to be able to show promo more than once per hour, false otherwise.

Examples

#!javascript

RNAatkit.showPromo(true);

Updated