mergNotifyPost

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mergNotifyPost <pNotification>, [<pDistributed>], [<pDeliverImediately>]
Associationsmergnotify
Summary

This command sends a notification

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
pNotification

The name of the notification to send

pDistributed

(optional with false default) On OS X this option allows you to use the distributed notification center to send notifications to other applications. The parameter has no effect on iOS.

pDeliverImediately

(optional with false default) Specifies when to deliver the notification. When false, the receiver delivers notifications to their observers according to the suspended-notification behavior specified in the corresponding dispatch table entry. When true, the receiver delivers the notification immediately to its observers.

Description

This command sends a notification

Tagsexternals