Adrop

Adrop에 대한 Initializer입니다.


Static Functions

initialize(production: boolean): void

Initializes Adrop

  • 배포 환경에서만 production = true 를 사용하세요.


Usage

import { Adrop } from 'adrop-ads-react-native';

// ...
// TODO set true for production mode
let production = false;
Adrop.initialize(production);

Last updated