Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WindowsUserNotification.SetNotificationMirroring
Sets a value that specifies whether notification mirroring is allowed.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsUserNotification | 13.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "WindowsUserNotification.SetNotificationMirroring"; Notification; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Notification | The reference number for the Windows User Notification. | $Notification |
Value | The new setting. | 0 |
Result
Returns OK or error.
Description
Sets a value that specifies whether notification mirroring is allowed.Requires Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
Pass 0 to allow or 1 to disallow.
Value is -1 to take Windows’ default setting.
See also
Release notes
- Version 13.1
Blog Entries
This function is free to use.
Created 21st January 2023, last changed 21st January 2023
WindowsUserNotification.SetImagePath - WindowsUserNotification.SetPriority