NotificationServicesはiPhone/iPad/iPod Touchでのみ利用可能です。
スケジュールの登録や通知に使用します。
| deviceToken | NotificationServices.RegisterForRemoteNotificationTypes 関数を呼び出した後に、Appleのプッシュサービ スから受信したデバイストークンを取得する (Read Only) |
| enabledRemoteNotificationTypes | サウンド、アラートなどアプリケーションが受け取る通知の種類を設定します |
| 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 | すぐにローカル通知を表示します |
| RegisterForLocalNotificationTypes | 指定されたタイプのリモート通知を受け取れるよう登録します |
| RegisterForRemoteNotificationTypes | Appleのプッシュサービスを介して、プロバイダから指定 されたタイプのリモート通知を受け取れるよう登録します |
| ScheduleLocalNotification | ローカル通知を設定します |
| UnregisterForRemoteNotifications | リモート通知の登録を解除します |