NativeAdReadyEventArgs.NativeAd Property

Definition

Gets the NativeAdV2 that is ready to use in your app after calling the RequestAd method.

public:
 property NativeAdV2 ^ NativeAd { NativeAdV2 ^ get(); };
NativeAdV2 NativeAd();
public NativeAdV2 NativeAd { get; }
var nativeAdV2 = nativeAdReadyEventArgs.nativeAd;
Public ReadOnly Property NativeAd As NativeAdV2

Property Value

The NativeAdV2 that is ready to use in your app.

Applies to

See also