Push Notification Get Message
Kalipso - Form - Actions - Actions Description - Group Communications - Push Notification Get Message
Last updated
Was this helpful?
Kalipso - Form - Actions - Actions Description - Group Communications - Push Notification Get Message
Last updated
Was this helpful?
Retrieves the content of a push notification message. This can only be called inside the "Push Notification Received" event of the form, and is used to retrieve the content of the message that was just received, while your application is being executed.
Action available for the following operating systems:
Target From string - The control or variable where to save the sender of this message.
Display Notification - Specifies if wheter the notification should be displayed by the Operating System to the user. it can be one of:
1 - Yes - Displays the notification.
2 - No - Doesn't display the notification
Windows
Target Notification Type string - The control or variable where to save the type of notification message received. For more information on this check MSDN documentation on push notifications. It can be one of:
0 - Toast
1 - Tile
2 - Badge
3 - Raw
4 - TileFlyout
Target Notification Content string - The control or variable where to save the sender of this message.
Android
Name string - The control or variable where to save the sender of this message.
Type - The type of value that is in this property. It can be one of:
1 - Int
2 - Long
3 - Short
4 - Boolean
5 - Float
6 - Double
10 - Bundle
101 - String
102 - CharSequence
103 - Char
104 - Byte
Target string - The control or variable where to save the sender of this message.
The format of the push notifications are platform dependent, and that is why there are separate options to handle the message for Android and Windows 10.
On iOS the target "From" is not available.