Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WindowsUserNotification.GetPriority
Gets the priority of the toast notification.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsUserNotification | 13.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "WindowsUserNotification.GetPriority"; Notification ) More
Parameters
Parameter | Description | Example |
---|---|---|
Notification | The reference number for the Windows User Notification. | $Notification |
Result
Returns number or error.
Description
Gets the priority of the toast notification.See also
- WindowsUserNotification.GetGroup
- WindowsUserNotification.ReleaseAll
- WindowsUserNotification.SetFileName
- WindowsUserNotification.SetGroup
- WindowsUserNotification.SetImagePath
- WindowsUserNotification.SetPriority
- WindowsUserNotification.SetRemoteId
- WindowsUserNotification.SetScriptName
- WindowsUserNotification.SetText
- WindowsUserNotification.Setting
Release notes
- Version 13.1
- Added WindowsUserNotification.SetPriority and WindowsUserNotification.GetPriority functions.
Blog Entries
This function checks for a license.
Created 21st January 2023, last changed 21st January 2023
WindowsUserNotification.GetNotificationMirroring - WindowsUserNotification.GetRemoteId
