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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.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")
Created 15th April 2017, last changed 25th January 2019
UNNotification.NextTriggerDate - UNNotification.PendingNotificationRequests
Feedback: Report problem or ask question.