C# 클래스 TapIt_Win8.InterstitialAdView

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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Navigating ( ) : void
OnContentLoad ( object sender, NavigationEventArgs e ) : void
SetAdSize ( int width, int height ) : void

비공개 메소드들

메소드 설명
AddCloseButton ( ) : void
RotateInterstitialAd ( ) : void

animation for banner ad

메소드 상세

DeviceOrientationChanged() 공개 메소드

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

InterstitialAdView() 공개 메소드

public InterstitialAdView ( ) : System
리턴 System

Load() 공개 메소드

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

Navigating() 보호된 메소드

protected Navigating ( ) : void
리턴 void

OnContentLoad() 보호된 메소드

protected OnContentLoad ( object sender, NavigationEventArgs e ) : void
sender object
e NavigationEventArgs
리턴 void

SetAdSize() 보호된 메소드

protected SetAdSize ( int width, int height ) : void
width int
height int
리턴 void

_closeBtn_Tap() 공개 메소드

public _closeBtn_Tap ( object sender, System e ) : void
sender object
e System
리턴 void

_closeBtn_Tapped() 공개 메소드

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