System.Notification.TNotification.Number
Delphi
Number: Integer;
C++
int Number;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
field | public | System.Notification.pas System.Notification.hpp |
System.Notification | TNotification |
説明
アプリケーションのバッジ数(iOS デバイスに対して)または通知数(Android デバイスに対して)を設定します。
このフィールドに適切な数値を設定すると、アプリケーション アイコン上にその数のバッジが表示されます(iOS ホーム画面にて)。 Android デバイス上では、この数は、通知センター内の通知メッセージの隣に表示されます。
Number が 0
に設定されている場合、数字は表示されません。デフォルトでは、Number は 0
です。
関連項目
- 通知の利用
- System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber
- System.Notification.TNotification.AlertAction
- System.Notification.TNotification.AlertBody
- System.Notification.TNotification.EnableSound
- System.Notification.TNotification.FireDate
- System.Notification.TNotification.HasAction
- System.Notification.TNotification.Name
- System.Notification.TNotification.RepeatInterval
- System.Notification.TNotification.SoundName
- System.Notification.TNotification.Title