Skip to main content

mergNotify

Type

library

Description

mergNotify is an iOS and OS X external that adds a command to request a notification callback whenever the Notification Center receives the event notification. Many classes in the iOS SDK have notifications that the external enables your stack to receive. For example, two notifications from the UIApplication class are UIApplicationWillResignActiveNotification and UIApplicationDidBecomeActiveNotification. These notifications are send when the app is being opened and closed, the device is switched on or off with the app running or when some other system notification is presented over the app. There are many other examples of useful notifications in the iOS sdk documentation. Additionally you can use the external to allow multiple LiveCode controls to receive the same notification which may aid in code modularity.

Thank you for your feedback!

Was this page helpful?