C# Class ToddlerAddition.IADViewController

Inheritance: UIViewController
Afficher le fichier Open project: Clancey/ToddlerAddition

Private Properties

Свойство Type Description
ForOrientation GoogleAdMobAds.GADAdSize
HandleAdLoaded void
HandleFailedToReceiveAd void
Resize void
SetUpGoogle void
SetupiAd void

Méthodes publiques

Méthode Description
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
IADViewController ( UIViewController anyVC ) : System
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Private Methods

Méthode Description
ForOrientation ( UIInterfaceOrientation orientation ) : GADAdSize
HandleAdLoaded ( object sender, EventArgs e ) : void
HandleFailedToReceiveAd ( object sender, AdErrorEventArgs e ) : void
Resize ( ) : void
SetUpGoogle ( ) : void
SetupiAd ( ) : void

Method Details

DidRotate() public méthode

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
Résultat void

IADViewController() public méthode

public IADViewController ( UIViewController anyVC ) : System
anyVC UIViewController
Résultat System

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

WillRotate() public méthode

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
Résultat void