mobileCancelLocalNotification

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileCancelLocalNotification <notification>
Summary

Cancel a particular scheduled Local Notification.

Introduced5.5
OSios, android
Platformsmobile
Parameters
NameTypeDescription
notification
Example
mobileCancelLocalNotification "3"
RelatedCommand: mobileCreateLocalNotification, mobileCancelAllLocalNotifications
Glossary: command
Object: stack
Description

Use the mobileCancelLocalNotification command to cancel a particular Local Notification with the operating system from within a stack on iOS or Android.

This command cancels a Local Notification with the iOS or Android operating sytem.

Tagsnetworking