Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.tivoli.maximo.pushnotification.NotificationMessage

  • Packages that use NotificationMessage 
    Package Description
    com.ibm.tivoli.maximo.pushnotification  
    com.ibm.tivoli.maximo.pushnotification.apn  
    com.ibm.tivoli.maximo.pushnotification.fcm  
    • Uses of NotificationMessage in com.ibm.tivoli.maximo.pushnotification

      Methods in com.ibm.tivoli.maximo.pushnotification that return NotificationMessage 
      Modifier and Type Method and Description
      NotificationMessage PushNotificationService.getNotificationMessage(NotificationMessage notificationMessage, java.lang.String deviceId)
      This method creates a new notification message object for the device.
      NotificationMessage PushNotificationService.getNotificationMessage(java.lang.String msg, java.lang.String deviceId)
      This method creates a new notification message object for the device.
      Methods in com.ibm.tivoli.maximo.pushnotification with parameters of type NotificationMessage 
      Modifier and Type Method and Description
      NotificationMessage PushNotificationService.getNotificationMessage(NotificationMessage notificationMessage, java.lang.String deviceId)
      This method creates a new notification message object for the device.
      void PushNotificationService.sendMessage(UserInfo userInfo, NotificationMessage notificationMessage)
      This method is used to send push notification message.
      void PushNotificationService.sendMessage(UserInfo userInfo, NotificationMessage notificationMessage, java.lang.String eventName)
      This method is used to send push notification message.
      void PushNotificationService.sendMessage(UserInfo userInfo, NotificationMessage notificationMessage, java.lang.String eventName, java.lang.String projectName)
      This method is used to send push notification message.
      void PushNotificationService.sendMessageforUserId(UserInfo userInfo, java.lang.String msgRecevingUserId, NotificationMessage notificationMessage, java.lang.String eventName, java.lang.String projectName) 
    • Uses of NotificationMessage in com.ibm.tivoli.maximo.pushnotification.apn

      Constructors in com.ibm.tivoli.maximo.pushnotification.apn with parameters of type NotificationMessage 
      Constructor and Description
      APNPushNotfHandler(NotificationMessage notificationMessage)
      Constructor
    • Uses of NotificationMessage in com.ibm.tivoli.maximo.pushnotification.fcm

      Constructors in com.ibm.tivoli.maximo.pushnotification.fcm with parameters of type NotificationMessage 
      Constructor and Description
      FCMNotificationMessage(NotificationMessage notificationMessage) 
      FCMPushNotfHandler(NotificationMessage notificationMessage) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes