프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_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, |
//The event-invoking method that derived classes can override. // The helper function to raise error event.
|
|
OnNavigatingToInAppBrowser ( string uri ) : void |
메소드 | 설명 | |
---|---|---|
GetAdSrvURL ( ) : Task |
public DeviceOrientationChanged ( PageOrientation DisplayOrientations ) : void | ||
DisplayOrientations | PageOrientation | |
리턴 | void |
protected OnContentLoad ( object sender, NavigationEventArgs e ) : void | ||
sender | object | |
e | NavigationEventArgs | |
리턴 | void |
protected OnControlLoad ( object sender, RoutedEventArgs e ) : void | ||
sender | object | |
e | RoutedEventArgs | |
리턴 | void |
protected OnError ( string errorMsg, |
||
errorMsg | string | |
ex | ||
리턴 | void |
protected OnNavigatingToInAppBrowser ( string uri ) : void | ||
uri | string | |
리턴 | void |