WebUIPhoneCallActivatedEventArgs Class

Definition

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

public ref class WebUIPhoneCallActivatedEventArgs sealed : IActivatedEventArgsWithUser, IPhoneCallActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebUIPhoneCallActivatedEventArgs final : IActivatedEventArgsWithUser, IPhoneCallActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebUIPhoneCallActivatedEventArgs : IActivatedEventArgsWithUser, IPhoneCallActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIPhoneCallActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IPhoneCallActivatedEventArgs
Inheritance
Object Platform::Object IInspectable WebUIPhoneCallActivatedEventArgs
Attributes
Implements

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Properties

ActivatedOperation

Gets the object that manages an app activation operation.

Kind

Gets the kind of activation.

LineId

Gets the identifer of the PhoneLine being used, which you can use to retrieve a corresponding PhoneLine object.

PreviousExecutionState

Gets the execution state of the app before this activation.

SplashScreen

Gets the object that provides splash screen information.

User

Gets the user that the app was activated for.

Applies to