Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 882 Bytes

phonecallactivatedeventargs.md

File metadata and controls

26 lines (15 loc) · 882 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Activation.PhoneCallActivatedEventArgs
winrt class

Windows.ApplicationModel.Activation.PhoneCallActivatedEventArgs

-description

Represents the launch arguments for the application. The app’s OnActivated method will be invoked with the PhoneCallActivatedEventArgs class being the activatedEventArg payload.

-remarks

Important

To use this API, your application needs to declare in its Package.appxmanifest file windows.phonecallactivation as a uap13:Extension category. Otherwise, the application won't be able to be activated to facilitate in-app call progress control UI.

-see-also

-examples