Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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