Editar

Compartir a través de


ADInterstitialAdPresentationViewController Constructors

Definition

Overloads

ADInterstitialAdPresentationViewController(NSCoder)
ADInterstitialAdPresentationViewController(NSObjectFlag)
ADInterstitialAdPresentationViewController(ADInterstitialAd)
ADInterstitialAdPresentationViewController(IntPtr)
ADInterstitialAdPresentationViewController(String, NSBundle)

ADInterstitialAdPresentationViewController(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public ADInterstitialAdPresentationViewController (Foundation.NSCoder coder);
new iAd.ADInterstitialAdPresentationViewController : Foundation.NSCoder -> iAd.ADInterstitialAdPresentationViewController

Parameters

coder
NSCoder
Attributes

Applies to

ADInterstitialAdPresentationViewController(NSObjectFlag)

protected ADInterstitialAdPresentationViewController (Foundation.NSObjectFlag t);
new iAd.ADInterstitialAdPresentationViewController : Foundation.NSObjectFlag -> iAd.ADInterstitialAdPresentationViewController

Parameters

Applies to

ADInterstitialAdPresentationViewController(ADInterstitialAd)

[Foundation.Export("initForInterstitialAd:")]
public ADInterstitialAdPresentationViewController (iAd.ADInterstitialAd interstitialAd);
new iAd.ADInterstitialAdPresentationViewController : iAd.ADInterstitialAd -> iAd.ADInterstitialAdPresentationViewController

Parameters

interstitialAd
ADInterstitialAd
Attributes

Applies to

ADInterstitialAdPresentationViewController(IntPtr)

protected internal ADInterstitialAdPresentationViewController (IntPtr handle);
new iAd.ADInterstitialAdPresentationViewController : nativeint -> iAd.ADInterstitialAdPresentationViewController

Parameters

handle
IntPtr

nativeint

Applies to

ADInterstitialAdPresentationViewController(String, NSBundle)

[Foundation.Export("initWithNibName:bundle:")]
public ADInterstitialAdPresentationViewController (string nibName, Foundation.NSBundle bundle);
new iAd.ADInterstitialAdPresentationViewController : string * Foundation.NSBundle -> iAd.ADInterstitialAdPresentationViewController

Parameters

nibName
String
bundle
NSBundle
Attributes

Applies to