C# 클래스 TapIt_Win8.AdViewBase

파일 보기 프로젝트 열기: tapit/TapIt-Windows-SDK

보호된 프로퍼티들

프로퍼티 타입 설명
_adtype AdType
_visible Visibility

공개 메소드들

메소드 설명
AdViewBase ( ) : System
DeviceOrientationChanged ( PageOrientation DisplayOrientations ) : void
Load ( bool bRaiseError = true ) : Task
OnInAppBrowserClosed ( object obj ) : void

보호된 메소드들

메소드 설명
OnContentLoad ( object sender, NavigationEventArgs e ) : void
OnControlLoad ( object sender, RoutedEventArgs e ) : void
OnError ( string errorMsg, Exception ex = null ) : void

//The event-invoking method that derived classes can override. // The helper function to raise error event.

OnNavigatingToInAppBrowser ( string uri ) : void

비공개 메소드들

메소드 설명
GetAdSrvURL ( ) : Task

메소드 상세

AdViewBase() 공개 메소드

public AdViewBase ( ) : System
리턴 System

DeviceOrientationChanged() 공개 메소드

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

Load() 공개 메소드

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

OnContentLoad() 보호된 메소드

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

OnControlLoad() 보호된 메소드

protected OnControlLoad ( object sender, RoutedEventArgs e ) : void
sender object
e RoutedEventArgs
리턴 void

OnError() 보호된 메소드

//The event-invoking method that derived classes can override. // The helper function to raise error event.
protected OnError ( string errorMsg, Exception ex = null ) : void
errorMsg string
ex System.Exception
리턴 void

OnInAppBrowserClosed() 공개 메소드

public OnInAppBrowserClosed ( object obj ) : void
obj object
리턴 void

OnNavigatingToInAppBrowser() 보호된 메소드

protected OnNavigatingToInAppBrowser ( string uri ) : void
uri string
리턴 void

프로퍼티 상세

_adtype 보호되어 있는 프로퍼티

protected AdType _adtype
리턴 AdType

_visible 보호되어 있는 프로퍼티

protected Visibility _visible
리턴 Visibility