PhoneNotificationTriggerDetails.AppDisplayName Property

Definition

Represents the display name of the app that generated the phone notification.

public:
 property Platform::String ^ AppDisplayName { Platform::String ^ get(); };
winrt::hstring AppDisplayName();
public string AppDisplayName { get; }
var string = phoneNotificationTriggerDetails.appDisplayName;
Public ReadOnly Property AppDisplayName As String

Property Value

String

Platform::String

winrt::hstring

The display name of the app that generated the phone notification.

Implements

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to