iphoneGetNotificationBadgeValue

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
iphoneGetNotificationBadgeValue()
Summary

Returns the value to which the application badge value is set.

Introduced5.5
OSios
Platformsmobile
Example
get iphoneGetNotificationBadgeValue()
Values
NameTypeDescription
return

The iphoneGetNotificationBadgeValue function returns the badge value of the application. If the value is positive, then the bade is displayed on the application, if the value is 0 (zero), then the badge is not displayed.

RelatedCommand: iphoneSetNotificationBadgeValue
Description

Use the iphoneGetNotificationBadgeValue function to return the badge value of the application.