C# Class TapIt_Win8.InterstitialAdView

Inheritance: AdView
Datei anzeigen Open project: tapit/TapIt-Windows-SDK Class Usage Examples

Public Methods

Method Description
DeviceOrientationChanged ( PageOrientation pageOrientation ) : void
InterstitialAdView ( ) : System
Load ( bool bRaiseError = true ) : Task
_closeBtn_Tap ( object sender, System e ) : void
_closeBtn_Tapped ( object sender, TappedRoutedEventArgs e ) : void

Protected Methods

Method Description
Navigating ( ) : void
OnContentLoad ( object sender, NavigationEventArgs e ) : void
SetAdSize ( int width, int height ) : void

Private Methods

Method Description
AddCloseButton ( ) : void
RotateInterstitialAd ( ) : void

animation for banner ad

Method Details

DeviceOrientationChanged() public method

public DeviceOrientationChanged ( PageOrientation pageOrientation ) : void
pageOrientation PageOrientation
return void

InterstitialAdView() public method

public InterstitialAdView ( ) : System
return System

Load() public method

public Load ( bool bRaiseError = true ) : Task
bRaiseError bool
return Task

Navigating() protected method

protected Navigating ( ) : void
return void

OnContentLoad() protected method

protected OnContentLoad ( object sender, NavigationEventArgs e ) : void
sender object
e NavigationEventArgs
return void

SetAdSize() protected method

protected SetAdSize ( int width, int height ) : void
width int
height int
return void

_closeBtn_Tap() public method

public _closeBtn_Tap ( object sender, System e ) : void
sender object
e System
return void

_closeBtn_Tapped() public method

public _closeBtn_Tapped ( object sender, TappedRoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.Input.TappedRoutedEventArgs
return void