Package org.iplass.mtp.pushnotification
Interface PushNotificationManager
- All Superinterfaces:
Manager
プッシュ通知を行う為のManager。
-
Method Summary
Modifier and TypeMethodDescriptioncreateNotification(String tmplDefName, Map<String, Object> bindings) 指定のテンプレートを利用した形でPushNotificationのインスタンスを生成する。push(PushNotification notification) プッシュ通知する。
-
Method Details
-
createNotification
指定のテンプレートを利用した形でPushNotificationのインスタンスを生成する。- Parameters:
tmplDefName-bindings-- Returns:
-
push
プッシュ通知する。- Parameters:
notification-- Returns:
-