Метод | Описание | |
---|---|---|
BannerAdView ( ) : System | ||
DeviceOrientationChanged ( PageOrientation pageOrientation ) : void |
orientation change
|
|
Load ( bool bRaiseError = true ) : Task |
||
SetBannerAdSize ( BannerAdtype bannerAdtype ) : void | ||
_storyboard_Completed ( object sender, |
Метод | Описание | |
---|---|---|
SetAdSize ( int width, int height ) : void |
set size for ad - to support multiple sizes for banner ad
|
Метод | Описание | |
---|---|---|
RotateBannerAd ( ) : void |
animation for banner ad
|
|
SetControlHeight ( int height ) : void | ||
dispatcherTimer_Tick ( object sender, |
public DeviceOrientationChanged ( PageOrientation pageOrientation ) : void | ||
pageOrientation | PageOrientation | |
Результат | void |
public Load ( bool bRaiseError = true ) : Task |
||
bRaiseError | bool | |
Результат | Task |
protected SetAdSize ( int width, int height ) : void | ||
width | int | |
height | int | |
Результат | void |
public SetBannerAdSize ( BannerAdtype bannerAdtype ) : void | ||
bannerAdtype | BannerAdtype | |
Результат | void |
public _storyboard_Completed ( object sender, |
||
sender | object | |
e | ||
Результат | void |