IsEngaged | isEngaged property

AdControl.IsEngaged | isEngaged property

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

Syntax


public:
property bool IsEngaged { 
   bool get();
}

Property value

Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]

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

Remarks

When the IsEngagedChanged event is raised, the code in the app should examine the IsEngaged property to determine whether the user is currently interacting with the banner ad instead of the application. The app could be designed so that it will pause while this value is true. When the user stops interacting with the banner ad, this property will be false, and the IsEngagedChanged event will be raised again.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1

Namespace

Microsoft.Advertising.WinRT.UI
Microsoft::Advertising::WinRT::UI [C++]

Metadata

Microsoft.Advertising.winmd

See also

AdControl

 

 

Show:
© 2017 Microsoft