C# Class TapIt_Win8.AdViewBase

Afficher le fichier Open project: tapit/TapIt-Windows-SDK

Protected Properties

Свойство Type Description
_adtype AdType
_visible Visibility

Méthodes publiques

Méthode Description
AdViewBase ( ) : System
DeviceOrientationChanged ( PageOrientation DisplayOrientations ) : void
Load ( bool bRaiseError = true ) : Task
OnInAppBrowserClosed ( object obj ) : void

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
GetAdSrvURL ( ) : Task

Method Details

AdViewBase() public méthode

public AdViewBase ( ) : System
Résultat System

DeviceOrientationChanged() public méthode

public DeviceOrientationChanged ( PageOrientation DisplayOrientations ) : void
DisplayOrientations PageOrientation
Résultat void

Load() public méthode

public Load ( bool bRaiseError = true ) : Task
bRaiseError bool
Résultat Task

OnContentLoad() protected méthode

protected OnContentLoad ( object sender, NavigationEventArgs e ) : void
sender object
e NavigationEventArgs
Résultat void

OnControlLoad() protected méthode

protected OnControlLoad ( object sender, RoutedEventArgs e ) : void
sender object
e RoutedEventArgs
Résultat void

OnError() protected méthode

//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
Résultat void

OnInAppBrowserClosed() public méthode

public OnInAppBrowserClosed ( object obj ) : void
obj object
Résultat void

OnNavigatingToInAppBrowser() protected méthode

protected OnNavigatingToInAppBrowser ( string uri ) : void
uri string
Résultat void

Property Details

_adtype protected_oe property

protected AdType _adtype
Résultat AdType

_visible protected_oe property

protected Visibility _visible
Résultat Visibility