IPhoneCallActivatedEventArgs Interface

Definition

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

public interface class IPhoneCallActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.Guid(1415664161, 41921, 19693, 182, 47, 140, 96, 82, 54, 25, 173)]
struct IPhoneCallActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.Guid(1415664161, 41921, 19693, 182, 47, 140, 96, 82, 54, 25, 173)]
public interface IPhoneCallActivatedEventArgs : IActivatedEventArgs
Public Interface IPhoneCallActivatedEventArgs
Implements IActivatedEventArgs
Derived
Attributes
Implements

Windows requirements

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

Properties

Kind

Gets the reason that this app is being activated.

(Inherited from IActivatedEventArgs)
LineId

Identifies the PhoneLine being used. Used to retrieve a corresponding PhoneLine object.

PreviousExecutionState

Gets the execution state of the app before this activation.

(Inherited from IActivatedEventArgs)
SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

(Inherited from IActivatedEventArgs)

Applies to