Property | Type | Description | |
---|---|---|---|
_adtype | AdType | ||
_visible | Visibility |
Method | Description | |
---|---|---|
AdViewBase ( ) : System | ||
DeviceOrientationChanged ( PageOrientation DisplayOrientations ) : void | ||
Load ( bool bRaiseError = true ) : Task |
||
OnInAppBrowserClosed ( object obj ) : void |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
GetAdSrvURL ( ) : Task |
public DeviceOrientationChanged ( PageOrientation DisplayOrientations ) : void | ||
DisplayOrientations | PageOrientation | |
return | void |
protected OnContentLoad ( object sender, NavigationEventArgs e ) : void | ||
sender | object | |
e | NavigationEventArgs | |
return | void |
protected OnControlLoad ( object sender, RoutedEventArgs e ) : void | ||
sender | object | |
e | RoutedEventArgs | |
return | void |
protected OnError ( string errorMsg, |
||
errorMsg | string | |
ex | ||
return | void |
public OnInAppBrowserClosed ( object obj ) : void | ||
obj | object | |
return | void |
protected OnNavigatingToInAppBrowser ( string uri ) : void | ||
uri | string | |
return | void |