クラス PushNotificationManagerImpl
java.lang.Object
org.iplass.mtp.impl.pushnotification.PushNotificationManagerImpl
- すべての実装されたインタフェース:
Manager,PushNotificationManager
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明createNotification(String tmplDefName, Map<String, Object> bindings) 指定のテンプレートを利用した形でPushNotificationのインスタンスを生成する。push(PushNotification notification) プッシュ通知する。
-
コンストラクタの詳細
-
PushNotificationManagerImpl
public PushNotificationManagerImpl()
-
-
メソッドの詳細
-
createNotification
インタフェースからコピーされた説明:PushNotificationManager指定のテンプレートを利用した形でPushNotificationのインスタンスを生成する。- 定義:
createNotificationインタフェース内PushNotificationManager- パラメータ:
tmplDefName-bindings-- 戻り値:
-
push
インタフェースからコピーされた説明:PushNotificationManagerプッシュ通知する。- 定義:
pushインタフェース内PushNotificationManager- パラメータ:
notification-- 戻り値:
-