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:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Checks notification settings.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UNNotification | 7.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Selector | What value to return or what action to do. | "authorizationStatus" |
Returns value or error.
Query authorization status:
MBS( "UNNotification.NotificationSettings"; "AuthorizationStatus" )
Query alert style:
MBS( "UNNotification.NotificationSettings"; "alertStyle" )
Request update to settings:
MBS( "UNNotification.NotificationSettings"; "Update" )
Query sound setting:
MBS("UNNotification.NotificationSettings"; "soundSetting")
Query badge setting:
MBS("UNNotification.NotificationSettings"; "badgeSetting")
Query alert setting:
MBS("UNNotification.NotificationSettings"; "alertSetting")
Query notification center setting:
MBS("UNNotification.NotificationSettings"; "notificationCenterSetting")
Query lock screen setting:
MBS("UNNotification.NotificationSettings"; "lockScreenSetting")
Query car play setting:
MBS("UNNotification.NotificationSettings"; "carPlaySetting")
This function is free to use.
Created 15th April 2017, last changed 25th January 2019
UNNotification.NextTriggerDate - UNNotification.PendingNotificationRequests