C# 클래스 TapIt_Win8.BannerAdView

상속: AdView
파일 보기 프로젝트 열기: tapit/TapIt-Windows-SDK 1 사용 예제들

공개 메소드들

메소드 설명
BannerAdView ( ) : System
DeviceOrientationChanged ( PageOrientation pageOrientation ) : void

orientation change

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

보호된 메소드들

메소드 설명
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, EventArgs e ) : void

메소드 상세

BannerAdView() 공개 메소드

public BannerAdView ( ) : System
리턴 System

DeviceOrientationChanged() 공개 메소드

orientation change
public DeviceOrientationChanged ( PageOrientation pageOrientation ) : void
pageOrientation PageOrientation
리턴 void

Load() 공개 메소드

public Load ( bool bRaiseError = true ) : Task
bRaiseError bool
리턴 Task

SetAdSize() 보호된 메소드

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

SetBannerAdSize() 공개 메소드

public SetBannerAdSize ( BannerAdtype bannerAdtype ) : void
bannerAdtype BannerAdtype
리턴 void

_storyboard_Completed() 공개 메소드

public _storyboard_Completed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void