IDialReceiverActivatedEventArgs Interface

Definition

Provides data when an app is activated from another app by using the DIAL protocol.

public interface class IDialReceiverActivatedEventArgs : ILaunchActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4218912471, 34286, 17774, 164, 77, 133, 215, 48, 231, 10, 237)]
struct IDialReceiverActivatedEventArgs : ILaunchActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4218912471, 34286, 17774, 164, 77, 133, 215, 48, 231, 10, 237)]
public interface IDialReceiverActivatedEventArgs : ILaunchActivatedEventArgs
Public Interface IDialReceiverActivatedEventArgs
Implements ILaunchActivatedEventArgs
Derived
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

AppName

Gets the name of the app that invoked the dial receiver app.

Arguments

Gets the arguments that are passed to the app during its launch activation.

(Inherited from ILaunchActivatedEventArgs)
Kind

Gets the reason that this app is being activated.

(Inherited from IActivatedEventArgs)
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)
TileId

Gets the ID of the tile that was invoked to launch the app.

(Inherited from ILaunchActivatedEventArgs)

Applies to

See also