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.
|
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) |
Constructor and Description |
---|
APNPushNotfHandler(NotificationMessage notificationMessage)
Constructor
|
Constructor and Description |
---|
FCMNotificationMessage(NotificationMessage notificationMessage) |
FCMPushNotfHandler(NotificationMessage notificationMessage) |
Constructor and Description |
---|
IBMNotificationMessage(NotificationMessage notificationMessage) |
IBMPushNotfHandler(NotificationMessage notificationMessage) |