Uses of Class
com.sap.mobile.services.client.push.WnsNotification.Builder
Packages that use WnsNotification.Builder
-
Uses of WnsNotification.Builder in com.sap.mobile.services.client.push
Methods in com.sap.mobile.services.client.push that return WnsNotification.BuilderModifier and TypeMethodDescriptionWnsNotification.Builder.audio
(WnsNotificationAudio audio) Specifies a sound to play when a notification is displayed.Badge is used to provide status or summary info in the form of a system-provided glyph or a number from 1-99.A default base URI that is combined with relative URIs in image source attributes.static WnsNotification.Builder
WnsNotification.builder()
WnsNotification.Builder.commands
(WnsNotificationCommands commands) Specifies that the notification is being used to indicate an incoming call or an alarm, with appropriate commands associated with each scenario.WnsNotification.Builder.image
(List<WnsNotificationImage> image) Specifies an image used in the template.The target locale of the XML payloadThe message element defines the text attribute for tile and toast notifications.The rawData element represents a certain WNS push schema (wns/raw).The schema indicates the type of notification and how WNS should handle it.WnsNotification.Builder.tileTemplate
(String tileTemplate) Specifies the content template to use in a tile update.WnsNotification.Builder.toastTemplate
(String toastTemplate) Specifies the template to use in a toast notification.The version element sets the version property at the notification requests