xamarinios
namespace iAd
{
[Deprecated(PlatformName.iOS, 10, 0, PlatformArchitecture.None, null)]
[Protocol(Name = "ADInterstitialAdDelegate", WrapperType = typeof(ADInterstitialAdDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "AdUnloaded", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(ADInterstitialAd) }, Selector = "interstitialAdDidUnload:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FailedToReceiveAd", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(ADInterstitialAd), typeof(NSError) }, Selector = "interstitialAd:didFailWithError:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "AdLoaded", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(ADInterstitialAd) }, Selector = "interstitialAdDidLoad:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ActionFinished", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(ADInterstitialAd) }, Selector = "interstitialAdActionDidFinish:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillLoad", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(ADInterstitialAd) }, Selector = "interstitialAdWillLoad:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ActionShouldBegin", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(ADInterstitialAd), typeof(bool) }, ReturnType = typeof(bool), Selector = "interstitialAdActionShouldBegin:willLeaveApplication:")]
public interface IADInterstitialAdDelegate : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("interstitialAdActionDidFinish:")]
[Preserve(Conditional = true)]
void ActionFinished(ADInterstitialAd! interstitialAd);
}
}
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. |