NativeAdReadyEventArgs Class

Definition

Provides data for the AdReady event.

public ref class NativeAdReadyEventArgs sealed
class NativeAdReadyEventArgs sealed
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.STA)]
[Windows.Foundation.Metadata.Version(1)]
[Windows.Foundation.Metadata.WebHostHidden]
public sealed class NativeAdReadyEventArgs
Public NotInheritable Class NativeAdReadyEventArgs
Inheritance
System.Object
NativeAdReadyEventArgs
Attributes

Additional features and requirements

Software Development Kit
Minimum supported OS
Windows 10 (10.0.10240.0)

Properties

NativeAd

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

RequestId

Gets a value that associates the ad ready event with a specific ad request for telemetry purposes.

Applies to

See also