System.Notification.TNotification.Number

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

Number: Integer;

C++

int Number;

プロパティ

種類 可視性 ソース ユニット
field public
System.Notification.pas
System.Notification.hpp
System.Notification TNotification


説明

アプリケーションのバッジ数(iOS デバイスに対して)または通知数(Android デバイスに対して)を設定します。

このフィールドに適切な数値を設定すると、アプリケーション アイコン上にその数のバッジが表示されます(iOS ホーム画面にて)。 Android デバイス上では、この数は、通知センター内の通知メッセージの隣に表示されます。

Number0 に設定されている場合、数字は表示されません。デフォルトでは、Number0 です。

関連項目