GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeGAMEnableCustomNativeAdsOptions

interface BlazeGAMEnableCustomNativeAdsOptions {

  /**
   * Default ad config to use if non is set in our system.
   */
  defaultAdConfig?: BlazeGAMDefaultAdConfig;

  /**
   * This delegate will be invoked upon different events.
   */
  delegate?: BlazeGAMDelegate | null

}

Parameters

defaultAdConfig

This is the default ad config to use if there's nothing set on our backend for a specific item. If not given - there will be no default and only items with backend configuration will show ads. You can find more about this object here.


delegate

Set this variable in order to register a delegate. You can find more about the events here.


Did this page help you?