ToastNotificationManager.ConfigureNotificationMirroring Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
|