C# Class TapIt_Win8.BannerAdView

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

Méthodes publiques

Méthode Description
BannerAdView ( ) : System
DeviceOrientationChanged ( PageOrientation pageOrientation ) : void

orientation change

Load ( bool bRaiseError = true ) : Task
SetBannerAdSize ( BannerAdtype bannerAdtype ) : void
_storyboard_Completed ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
SetAdSize ( int width, int height ) : void

set size for ad - to support multiple sizes for banner ad

Private Methods

Méthode Description
RotateBannerAd ( ) : void

animation for banner ad

SetControlHeight ( int height ) : void
dispatcherTimer_Tick ( object sender, EventArgs e ) : void

Method Details

BannerAdView() public méthode

public BannerAdView ( ) : System
Résultat System

DeviceOrientationChanged() public méthode

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

Load() public méthode

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

SetAdSize() protected méthode

set size for ad - to support multiple sizes for banner ad
protected SetAdSize ( int width, int height ) : void
width int
height int
Résultat void

SetBannerAdSize() public méthode

public SetBannerAdSize ( BannerAdtype bannerAdtype ) : void
bannerAdtype BannerAdtype
Résultat void

_storyboard_Completed() public méthode

public _storyboard_Completed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void