C# Class ToddlerAddition.IADViewController

Inheritance: UIViewController
Mostra file Open project: Clancey/ToddlerAddition

Private Properties

Property Type Description
ForOrientation GoogleAdMobAds.GADAdSize
HandleAdLoaded void
HandleFailedToReceiveAd void
Resize void
SetUpGoogle void
SetupiAd void

Public Methods

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

Private Methods

Method 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 method

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
return void

IADViewController() public method

public IADViewController ( UIViewController anyVC ) : System
anyVC UIViewController
return System

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

WillRotate() public method

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
return void