Package | Description |
---|---|
org.jboss.aerogear.unifiedpush.message |
Modifier and Type | Method and Description |
---|---|
UnifiedMessage.MessageBuilder.WindowsBuilder |
UnifiedMessage.MessageBuilder.WindowsBuilder.badgeType(org.jboss.aerogear.unifiedpush.message.windows.BadgeType badgeType)
Set the badge notifications type for badges that are not numbers,
for numbers use
UnifiedMessage.MessageBuilder.badge(String) method. |
UnifiedMessage.MessageBuilder.WindowsBuilder |
UnifiedMessage.MessageBuilder.WindowsBuilder.durationType(org.jboss.aerogear.unifiedpush.message.windows.DurationType durationType)
Set the duration of a Toast message (long or short)
|
UnifiedMessage.MessageBuilder.WindowsBuilder |
UnifiedMessage.MessageBuilder.WindowsBuilder.images(List<String> images)
Set a list of image's paths for the Tile Notification Type
|
UnifiedMessage.MessageBuilder.WindowsBuilder |
UnifiedMessage.MessageBuilder.WindowsBuilder.page(String page)
Sets the page, this is a Windows specific setting that contains the
page in you application to launch when the user 'touches' the notification
in the notification dock.
|
UnifiedMessage.MessageBuilder.WindowsBuilder |
UnifiedMessage.MessageBuilder.WindowsBuilder.raw()
Set the raw notification type.
|
UnifiedMessage.MessageBuilder.WindowsBuilder |
UnifiedMessage.MessageBuilder.WindowsBuilder.textFields(List<String> textFields)
Set a list of text fields for the Tile Notification Type
|
UnifiedMessage.MessageBuilder.WindowsBuilder |
UnifiedMessage.MessageBuilder.WindowsBuilder.tileType(org.jboss.aerogear.unifiedpush.message.windows.TileType tileType)
Set the type of the tile messages, different sizes are available.
|
UnifiedMessage.MessageBuilder.WindowsBuilder |
UnifiedMessage.MessageBuilder.WindowsBuilder.toastType(org.jboss.aerogear.unifiedpush.message.windows.ToastType toastType)
Set the toast template.
|
UnifiedMessage.MessageBuilder.WindowsBuilder |
UnifiedMessage.MessageBuilder.WindowsBuilder.type(org.jboss.aerogear.unifiedpush.message.windows.Type type)
Set the type of message to send toast, raw, badge or tile.
|
UnifiedMessage.MessageBuilder.WindowsBuilder |
UnifiedMessage.MessageBuilder.windows()
Windows specific push notification settings support for Tile, Raw, Badge and Toast messages
For all the templates as much as possible the main parts of the message are re-used.
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.