System.Notification.TNotificationCenter.ApplicationIconBadgeNumber

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

Delphi

property ApplicationIconBadgeNumber;

C++

__property ApplicationIconBadgeNumber = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
System.Notification.pas
System.Notification.hpp
System.Notification TNotificationCenter

説明

iOS でのアプリケーション バッジ数を設定します。

System.Notification.TNotificationCenter.ApplicationIconBadgeNumber は System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber を継承しています。以下の内容はすべて System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber を参照しています。

iOS でのアプリケーション バッジ数を設定します。

ApplicationIconBadgeNumber は、iOS でのみ有効です(詳細については「通知の利用」参照)。

関連項目