BlazeGAM
This module is the main, it is responsible for configuring the ads in the app.
First, start by importing this module in your app:
import BlazeGAM from '@wscsports/blaze-rtn-gam-ads';
interface BlazeGAMInterface {
/**
* Call this function to enable Google Ads Manager Custom Native ads.
*
* @param options
* @param delegate
*/
enableCustomNativeAds(
options: BlazeGAMEnableCustomNativeAdshOptions
): void;
/**
* Call this function to disable Google Ads Manager Custom Native ads.
*/
disableCustomNativeAds(): void;
}Functions
enableCustomNativeAds
Call this function in order to enable ads in your app. You can find more about it's params here.
disableCustomNativeAds
Call this function in order to disable ads in your app (calling this function will do nothing if enableCustomNativeAds was never called).
Updated about 2 months ago
Did this page help you?
