ADInterstitialAdPresentationViewController Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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