Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 678 Bytes

appbroadcasttrigger.md

File metadata and controls

20 lines (15 loc) · 678 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Background.AppBroadcastTrigger
winrt class

Windows.ApplicationModel.Background.AppBroadcastTrigger

-description

Represents an event that triggers a background task to run when an application starts gameplay broadcasting.

-remarks

Important

Only first-party applications should use this class.

The background task must be declared in the manifest before the registration can be successful. An instance of this class is passed to the background task in its Run method.