System.Notification.TNotification.Number

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Number: Integer;

C++

int Number;

Properties

Type Visibility Source Unit Parent
field public
System.Notification.pas
System.Notification.hpp
System.Notification TNotification

Description

Sets the application badge number (for iOS devices) or the notification number (for Android devices).

After you set this field to the appropriate number, a badge with this number is displayed on the application icon (on the iOS Home screen). On Android devices, this number is displayed next to the notification message in the Notification Center.

When Number is set to 0 the number is not shown; by default Number is 0.

See Also