言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

NotificationServices

Namespace: UnityEngine

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

NotificationServicesはiPhone/iPad/iPod Touchでのみ利用可能です。

スケジュールの登録や通知に使用します。

Static Variables

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 ローカルで予約されているすべてのスケジュール

Static Functions

CancelAllLocalNotifications すべてのローカル通知スケジュールをキャンセルします
CancelLocalNotification 指定したローカル通知スケジュールをキャンセルします
ClearLocalNotifications 受信したローカル通知を削除します
ClearRemoteNotifications 受信したリモート通知を削除します
GetLocalNotification ローカル通知の情報を取得します (Read Only)
GetRemoteNotification 特定のリモート通知を表すオブジェクトを返す (Read Only)
PresentLocalNotificationNow すぐにローカル通知を表示します
RegisterForLocalNotificationTypes 指定されたタイプのリモート通知を受け取れるよう登録します
RegisterForRemoteNotificationTypes Appleのプッシュサービスを介して、プロバイダから指定 されたタイプのリモート通知を受け取れるよう登録します
ScheduleLocalNotification ローカル通知を設定します
UnregisterForRemoteNotifications リモート通知の登録を解除します