IDialReceiverActivatedEventArgs IDialReceiverActivatedEventArgs IDialReceiverActivatedEventArgs IDialReceiverActivatedEventArgs Interface

Definition

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

public : interface IDialReceiverActivatedEventArgspublic interface IDialReceiverActivatedEventArgsPublic Interface IDialReceiverActivatedEventArgs// You can use this interface in JavaScript.
Inheritance
IDialReceiverActivatedEventArgsIDialReceiverActivatedEventArgsIDialReceiverActivatedEventArgsIDialReceiverActivatedEventArgs
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Properties

AppName AppName AppName AppName

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

public : PlatForm::String AppName { get; }public string AppName { get; }Public ReadOnly Property AppName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

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

See Also