Version: 2018.2

RemoteNotification

class in UnityEngine.iOS

マニュアルに切り替える

説明

リモートによる通知設定は iPhone/iPad/iPod Touch のみの機能です。

Remote notifications are sent by an application's remote server (its provider) to Apple Push Notification service which pushes the notification to devices on which the application is installed.

って送信されることになります。

変数

alertBodyアラートのときに表示されるメッセージ(読み込み専用)
alertTitleA short description of the reason for the alert. (Read Only)
applicationIconBadgeNumberアプリのアイコンバッジとして表示する数(読み込み専用)
hasActionアラートが表示されているかどうか。表示されている場合 true(読みこみ専用)
soundNameアラートが表示されたときに再生されるサウンド名
userInfo通知するアプリにカスタム情報を渡すための設定(読み込み専用)