System.Notification.TNotificationCenter.ApplicationIconBadgeNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplicationIconBadgeNumber: Integer read DoGetIconBadgeNumber write DoSetIconBadgeNumber default 0;

C++

__property ApplicationIconBadgeNumber = {default=0};

Properties

Type Visibility Source Unit Parent
property published
System.Notification.pas
System.Notification.hpp
System.Notification TNotificationCenter

Description

Sets the application badge number in iOS.

System.Notification.TNotificationCenter.ApplicationIconBadgeNumber inherits from System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber. All content below this line refers to System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber.

Sets the application badge number in iOS.

ApplicationIconBadgeNumber is only compatible with iOS, see further information in using notifications.

See Also