xamarinios
namespace iAd
{
[Deprecated(PlatformName.iOS, 10, 0, PlatformArchitecture.None, null)]
[Protocol(Name = "ADBannerViewDelegate", WrapperType = typeof(ADBannerViewDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "AdLoaded", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(ADBannerView) }, Selector = "bannerViewDidLoadAd:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FailedToReceiveAd", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(ADBannerView), typeof(NSError) }, Selector = "bannerView:didFailToReceiveAdWithError:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ActionFinished", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(ADBannerView) }, Selector = "bannerViewActionDidFinish:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillLoad", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(ADBannerView) }, Selector = "bannerViewWillLoadAd:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ActionShouldBegin", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(ADBannerView), typeof(bool) }, ReturnType = typeof(bool), Selector = "bannerViewActionShouldBegin:willLeaveApplication:")]
public interface IADBannerViewDelegate : INativeObject, IDisposable
}
Xamarin iOS | 0.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |