Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 892 Bytes

useractivityrequest.md

File metadata and controls

21 lines (15 loc) · 892 Bytes
-api-id -api-type
T:Windows.ApplicationModel.UserActivities.UserActivityRequest
winrt class

Windows.ApplicationModel.UserActivities.UserActivityRequest

-description

Passed as an argument to the UserActivityRequestManager.UserActivityRequested event. Used to return a UserActivity to the caller.

-remarks

If the system is taking action that it wants to associate with a new user activity within an app, the system raises the UserActivityRequestManager.UserActivityRequested event, and the app returns a UserActivity via the event args.

-see-also

UserActivityRequestManager.UserActivityRequested

-examples