Version: 5.6

NotificationServices

class in UnityEngine.iOS

マニュアルに切り替える

説明

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

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

Static 変数

deviceToken NotificationServices.RegisterForRemoteNotificationTypes 関数を呼び出した後に、Apple のプッシュサービスから受信したデバイストークンを取得する (Read Only)
enabledNotificationTypes有効なローカル/リモートの通知タイプ
localNotificationCount受信したローカルでの通知数 (Read Only)
localNotificationsローカルでの通知を表すオブジェクトのリスト (Read Only)
registrationErrorNotificationServices.RegisterForRemoteNotificationTypes 関数によるリモート通知の登録で発生する可能性のあるエラーを返します (Read Only)
remoteNotificationCountリモートでの通知数 (Read Only)
remoteNotificationsリモートでの通知を表すオブジェクトのリスト (Read Only)
scheduledLocalNotificationsローカルで予約されているすべてのスケジュール

Static 関数

CancelAllLocalNotificationsすべてのローカル通知スケジュールをキャンセルします
CancelLocalNotification指定したローカル通知スケジュールをキャンセルします
ClearLocalNotifications受信したローカル通知を削除します
ClearRemoteNotifications受信したリモート通知を削除します
GetLocalNotificationローカル通知の情報を取得します (Read Only)
GetRemoteNotification特定のリモート通知を表すオブジェクトを返す (Read Only)
PresentLocalNotificationNowすぐにローカル通知を表示します
RegisterForNotificationsApple のプッシュ通知サービスを経由して、指定したローカルやリモート通知タイプの受信を登録します
ScheduleLocalNotificationローカル通知を設定します
UnregisterForRemoteNotificationsリモート通知の登録を解除します