Uses of Interface
com.sap.mobile.services.client.push.PushPayload
Packages that use PushPayload
-
Uses of PushPayload in com.sap.mobile.services.client.push
Methods in com.sap.mobile.services.client.push that return PushPayloadModifier and TypeMethodDescriptionPushPayload.Builder.build()
LocalizedPushPayload.getNotification()
PushToCapabilitiesPayload.getNotification()
UserNotification.getNotification()
Methods in com.sap.mobile.services.client.push that return types with arguments of type PushPayloadModifier and TypeMethodDescriptionMap<String,
? extends PushPayload> LocalizedPushPayload.getNotifications()
Methods in com.sap.mobile.services.client.push with parameters of type PushPayloadModifier and TypeMethodDescriptionLocalizedPushPayload.Builder.addLocale
(String locale, PushPayload pushPayload) Add a single localized notification to the existing localized notification map.LocalizedPushPayload.Builder.addLocale
(Locale locale, PushPayload pushPayload) Add a single localized notification to the existing localized notification map.PushClient.bulkPush
(PushPayload rootNotification, Collection<UserNotification> userNotifications) Triggers a bulk of notifications.LocalizedPushPayload.Builder.notification
(PushPayload notification) Sets the fallback notification sent when the device registration has no locale or the localized notification map has no matching locale for the device locale, @see Localized Push - Language FallbackPushToCapabilitiesPayload.Builder.notification
(PushPayload notification) NotificationUserNotification.Builder.notification
(PushPayload notification) Specific push payloadPushClient.pushToApplication
(PushPayload pushPayload) Triggers a notification to all registered users of an application.PushClient.pushToDevice
(String userId, String deviceId, PushPayload pushPayload) Triggers a notification to a single device, identified by userId and deviceId.PushClient.pushToGroup
(String group, PushPayload pushPayload) Triggers a notification to a group with the same payload for all recipients.PushClient.pushToUsers
(Collection<String> userIds, PushPayload pushPayload) Triggers a notification to a defined set of users, identified by their userId.Method parameters in com.sap.mobile.services.client.push with type arguments of type PushPayloadModifier and TypeMethodDescriptionLocalizedPushPayload.Builder.notifications
(Map<String, ? extends PushPayload> notifications) Sets/replaces the map of localized push notifications.