Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
WindowsUserNotification.Setting
Queries notification status.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| WindowsUserNotification UserNotification | 8.3 | No | Yes | No | No | No |
MBS( "WindowsUserNotification.Setting" ) More
Parameters
none
Result
Returns value or error.
Description
Queries notification status.Gets a value that tells you whether there is an app, user, or system block that prevents the display of a notification.
If allowed, you get back "Enabled" as setting.
When notifications have been disabled at more than one level, this property value reflects the setting with the largest scope. Precedence is as follows, from largest scope to smallest:
DisabledByManifest
DisabledByGroupPolicy
DisabledForUser
DisabledForApplication
If toast notifications have been disabled both by the user and by group policy, this property returns DisabledByGroupPolicy.
See also
- WindowsUserNotification.GetImagePath
- WindowsUserNotification.GetText
- WindowsUserNotification.Initialize
- WindowsUserNotification.Release
- WindowsUserNotification.ReleaseAll
- WindowsUserNotification.SetFileName
- WindowsUserNotification.SetImagePath
- WindowsUserNotification.SetScriptName
- WindowsUserNotification.SetText
- WindowsUserNotification.XMLUsed
Blog Entries
Release notes
- Version 8.3
- Added WindowsUserNotification.Setting function.
Created 22nd May 2018, last changed 8th July 2018
WindowsUserNotification.SetText - WindowsUserNotification.ShowNotification
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos