NotificationServices は iPhone/iPad/iPod Touch でのみ利用可能です。
スケジュールの登録や通知に使用します。
| deviceToken | NotificationServices.RegisterForRemoteNotificationTypes 関数を呼び出した後に、Apple のプッシュサービスから受信したデバイストークンを取得する (Read Only) | 
| enabledNotificationTypes | 有効なローカル/リモートの通知タイプ | 
| localNotificationCount | 受信したローカルでの通知数 (Read Only) | 
| localNotifications | ローカルでの通知を表すオブジェクトのリスト (Read Only) | 
| registrationError | NotificationServices.RegisterForRemoteNotificationTypes 関数によるリモート通知の登録で発生する可能性のあるエラーを返します (Read Only) | 
| remoteNotificationCount | リモートでの通知数 (Read Only) | 
| remoteNotifications | リモートでの通知を表すオブジェクトのリスト (Read Only) | 
| scheduledLocalNotifications | ローカルで予約されているすべてのスケジュール | 
| CancelAllLocalNotifications | すべてのローカル通知スケジュールをキャンセルします | 
| CancelLocalNotification | 指定したローカル通知スケジュールをキャンセルします | 
| ClearLocalNotifications | 受信したローカル通知を削除します | 
| ClearRemoteNotifications | 受信したリモート通知を削除します | 
| GetLocalNotification | ローカル通知の情報を取得します (Read Only) | 
| GetRemoteNotification | 特定のリモート通知を表すオブジェクトを返す (Read Only) | 
| PresentLocalNotificationNow | すぐにローカル通知を表示します | 
| RegisterForNotifications | Apple のプッシュ通知サービスを経由して、指定したローカルやリモート通知タイプの受信を登録します | 
| ScheduleLocalNotification | ローカル通知を設定します | 
| UnregisterForRemoteNotifications | リモート通知の登録を解除します |