Packagecom.distriqt.extension.adverts.nativeads
Interfacepublic interface NativeAds

Defines the available native ads functionality



Public Properties
 PropertyDefined By
  isSupported : Boolean
[read-only] Returns true if the currently initialised platform supports NativeAd adverts.
NativeAds
Public Methods
 MethodDefined By
  
createNativeAd(adUnitId:String, options:NativeAdOptions = null):NativeAd
Creates a new native ad, using the specified unit id and options
NativeAds
Property Detail
isSupportedproperty
isSupported:Boolean  [read-only]

Returns true if the currently initialised platform supports NativeAd adverts.


Implementation
    public function get isSupported():Boolean
Method Detail
createNativeAd()method
public function createNativeAd(adUnitId:String, options:NativeAdOptions = null):NativeAd

Creates a new native ad, using the specified unit id and options

Parameters

adUnitId:String — The Ad Unit Id for this native ad
 
options:NativeAdOptions (default = null) — The options

Returns
NativeAd