C# Класс ToddlerAddition.IADViewController

Наследование: UIViewController
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ForOrientation GoogleAdMobAds.GADAdSize
HandleAdLoaded void
HandleFailedToReceiveAd void
Resize void
SetUpGoogle void
SetupiAd void

Открытые методы

Метод Описание
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
IADViewController ( UIViewController anyVC ) : System
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Приватные методы

Метод Описание
ForOrientation ( UIInterfaceOrientation orientation ) : GADAdSize
HandleAdLoaded ( object sender, EventArgs e ) : void
HandleFailedToReceiveAd ( object sender, AdErrorEventArgs e ) : void
Resize ( ) : void
SetUpGoogle ( ) : void
SetupiAd ( ) : void

Описание методов

DidRotate() публичный Метод

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
Результат void

IADViewController() публичный Метод

public IADViewController ( UIViewController anyVC ) : System
anyVC UIViewController
Результат System

ViewDidAppear() публичный Метод

public ViewDidAppear ( bool animated ) : void
animated bool
Результат void

ViewDidLoad() публичный Метод

public ViewDidLoad ( ) : void
Результат void

WillRotate() публичный Метод

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
Результат void