IAdAdditions.SetCanDisplayBannerAds(UIViewController, Boolean) Method

Definition

[Foundation.Export("setCanDisplayBannerAds:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void SetCanDisplayBannerAds (this UIKit.UIViewController This, bool value);
static member SetCanDisplayBannerAds : UIKit.UIViewController * bool -> unit

Parameters

This
UIViewController

The instance on which this method operates.

value
Boolean
Attributes

Applies to