インタフェース PushNotificationManager
- すべてのスーパーインタフェース:
Manager
プッシュ通知を行う為のManager。
-
メソッドの概要
修飾子とタイプメソッド説明createNotification
(String tmplDefName, Map<String, Object> bindings) 指定のテンプレートを利用した形でPushNotificationのインスタンスを生成する。push
(PushNotification notification) プッシュ通知する。
-
メソッドの詳細
-
createNotification
指定のテンプレートを利用した形でPushNotificationのインスタンスを生成する。- パラメータ:
tmplDefName
-bindings
-- 戻り値:
-
push
プッシュ通知する。- パラメータ:
notification
-- 戻り値:
-