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
Sets the launch image name.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UNNotification | 7.2 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
UNNotificationRef | The reference number of the notification. | $Notification |
ImageName | The name of the image to show. Can be system image name or name of an image included with application. |
"MBSLogo" |
Returns OK or error.
Test launch image:
# Create a new notification
Set Variable [$notification; Value:MBS("UNNotification.New")]
# Set launch image name:
Set Variable [$r; Value:MBS("UNNotification.SetLaunchImageName"; $notification; "MyLogo")]
# and query back
Set Variable [$value; Value:MBS("UNNotification.LaunchImageName"; $notification)]
# and schedule
Set Variable [$r; Value:MBS("UNNotification.Schedule"; $notification; "test")]
Created 15th April 2017, last changed 17th April 2017
UNNotification.SetCategoryIdentifier - UNNotification.SetLocationTrigger
Feedback: Report problem or ask question.