Packagecom.distriqt.extension.adverts
Interfacepublic interface Interstitials extends flash.events.IEventDispatcher

This interface defines the available InterstitialAd advert functionality.

Note: You must initialise a platform before calling any of these functions.



Public Properties
 PropertyDefined By
  isSupported : Boolean
[read-only] Returns true if the currently initialised platform supports InterstitialAd adverts.
Interstitials
Public Methods
 MethodDefined By
  
Interstitials
Property Detail
isSupportedproperty
isSupported:Boolean  [read-only]

Returns true if the currently initialised platform supports InterstitialAd adverts.


Implementation
    public function get isSupported():Boolean
Method Detail
createInterstitialAd()method
public function createInterstitialAd():InterstitialAd

Returns
InterstitialAd