IsEngaged property

AdControl.IsEngaged property

Gets a value that indicates whether the user is interacting with the banner ad.

Syntax

public bool IsEngaged { get; }

Property value

Type: System.Boolean.

Returns true if the user is interacting with the banner ad; otherwise, false.

Remarks

When the IsEngagedChanged event is raised, code in the app should examine this property to find out whether the user is currently interacting with the advertisement.

When the user begins interacting with an advertisement, this property will be true, and the IsEngagedChanged event will be raised. The application could be designed so that it will pause while this value is true. When the user stops interacting with the ad, this property will be false, and the IsEngagedChanged event will be raised again.

The default value is false.

Requirements

Minimum supported phoneWindows Phone 8 Silverlight
Namespace Microsoft.Advertising.Mobile.UI
AssemblyMicrosoft.Advertising.Mobile.UI.dll

 

 

 

Show:
© 2017 Microsoft