C# Class TapIt_Win8.InterstitialAdView

Inheritance: AdView
Afficher le fichier Open project: tapit/TapIt-Windows-SDK Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode Description
AddCloseButton ( ) : void
RotateInterstitialAd ( ) : void

animation for banner ad

Method Details

DeviceOrientationChanged() public méthode

public DeviceOrientationChanged ( PageOrientation pageOrientation ) : void
pageOrientation PageOrientation
Résultat void

InterstitialAdView() public méthode

public InterstitialAdView ( ) : System
Résultat System

Load() public méthode

public Load ( bool bRaiseError = true ) : Task
bRaiseError bool
Résultat Task

Navigating() protected méthode

protected Navigating ( ) : void
Résultat void

OnContentLoad() protected méthode

protected OnContentLoad ( object sender, NavigationEventArgs e ) : void
sender object
e NavigationEventArgs
Résultat void

SetAdSize() protected méthode

protected SetAdSize ( int width, int height ) : void
width int
height int
Résultat void

_closeBtn_Tap() public méthode

public _closeBtn_Tap ( object sender, System e ) : void
sender object
e System
Résultat void

_closeBtn_Tapped() public méthode

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