Interface PushNotificationManager

All Superinterfaces:
Manager

public interface PushNotificationManager extends Manager
プッシュ通知を行う為のManager。
  • Method Details

    • createNotification

      PushNotification createNotification(String tmplDefName, Map<String,Object> bindings)
      指定のテンプレートを利用した形でPushNotificationのインスタンスを生成する。
      Parameters:
      tmplDefName -
      bindings -
      Returns:
    • push

      プッシュ通知する。
      Parameters:
      notification -
      Returns: