ToastNotificationManager.ConfigureNotificationMirroring Method

Definition

Specifies whether notification mirroring is allowed. Notification mirroring enables a notification to be broadcast on multiple devices.

public:
 static void ConfigureNotificationMirroring(NotificationMirroring value);
 static void ConfigureNotificationMirroring(NotificationMirroring const& value);
public static void ConfigureNotificationMirroring(NotificationMirroring value);
function configureNotificationMirroring(value)
Public Shared Sub ConfigureNotificationMirroring (value As NotificationMirroring)

Parameters

value
NotificationMirroring

One of the enumeration values.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to