Send Push Notification
You can use this activity to create notification and push this notification to the MI Service.
Input
This activity has the following input.
Input Item | Description |
---|---|
alertText | The text used as an alert message. |
sound | Name of the sound file to be played, when the notification is delivered on the device. |
badge | Signifies number of waiting notifications on the server.
This value is used only for fireAndForget type of notifications. For managed notifications the badge number is: |
businessId | An optional custom id to be associated with a set of notifications to be used by the business users. |
collapseKey | Collapse key is added to the outgoing message.
When multiple messages are queued up in the Mi Service for the same user and collapseKey is set, only the last one with any specified collapse key is delivered. For details, refer to Collapse Key. |
devices | High level group to hold platform specific device identifiers. Currently, iOS and Android devices are supported. |
fireAndForget | Optional. If set to
true, the TIBCO ActiveMatrix BusinessWorks Plug-in for Mobile Integration neither tracks the notification delivery, nor awaits the acknowledgement from the device. Fire and Forget notifications are not managed by this plug-in. The delivery of such notifications is governed by the Quality of Service (QoS) of the respective platform notification service.
The default value is set to false. |
retryCount | Specify for the number of times the server can retry to send the notification, if the device does not respond by sending an acknowledgement within a stipulated time.
Actual retry is limited by the timeToLive value. |
retryInterval | Specify to set the time interval (in milliseconds) between the retry process of the notifications. |
timeToLive | Specify to set the time limit (in minutes) for the notification to be retained by the Mi Service. |
Copyright © Cloud Software Group, Inc. All rights reserved.