MediaControlsTriggerDetails.AppId Property

Definition

The instance ID of the app that generated the notification.

public:
 property Platform::String ^ AppId { Platform::String ^ get(); };
winrt::hstring AppId();
public string AppId { get; }
var string = mediaControlsTriggerDetails.appId;
Public ReadOnly Property AppId As String

Property Value

String

Platform::String

winrt::hstring

The instance ID of the app that generated the 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