Partager via


IADInterstitialAdDelegate Interface

Définition

Interface représentant les méthodes requises (le cas échéant) du protocole ADInterstitialAdDelegate.

[Foundation.Protocol(Name="ADInterstitialAdDelegate", WrapperType=typeof(iAd.ADInterstitialAdDelegateWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public interface IADInterstitialAdDelegate : IDisposable, ObjCRuntime.INativeObject
type IADInterstitialAdDelegate = interface
    interface INativeObject
    interface IDisposable
Dérivé
Attributs
Implémente

Remarques

Cette interface contient les méthodes requises (le cas échéant) du protocole défini par ADInterstitialAdDelegate.

Si les développeurs créent des classes qui implémentent cette interface, les méthodes d’implémentation sont automatiquement exportées vers Objective-C avec la signature correspondante de la méthode définie dans le ADInterstitialAdDelegate protocole.

Les méthodes facultatives (le cas échéant) sont fournies par la ADInterstitialAdDelegate_Extensions classe en tant que méthodes d’extension de l’interface, ce qui permet aux développeurs d’appeler toutes les méthodes facultatives sur le protocole.

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes

ActionFinished(ADInterstitialAd)

Interface représentant les méthodes requises (le cas échéant) du protocole ADInterstitialAdDelegate.

ActionShouldBegin(ADInterstitialAd, Boolean)

Interface représentant les méthodes requises (le cas échéant) du protocole ADInterstitialAdDelegate.

AdLoaded(ADInterstitialAd)

Interface représentant les méthodes requises (le cas échéant) du protocole ADInterstitialAdDelegate.

AdUnloaded(ADInterstitialAd)

Interface représentant les méthodes requises (le cas échéant) du protocole ADInterstitialAdDelegate.

FailedToReceiveAd(ADInterstitialAd, NSError)

Interface représentant les méthodes requises (le cas échéant) du protocole ADInterstitialAdDelegate.

Méthodes d’extension

WillLoad(IADInterstitialAdDelegate, ADInterstitialAd)

Interface représentant les méthodes requises (le cas échéant) du protocole ADInterstitialAdDelegate.

S’applique à