Uses of Interface
com.sap.mobile.services.client.push.LocalizedPushPayload
Packages that use LocalizedPushPayload
-
Uses of LocalizedPushPayload in com.sap.mobile.services.client.push
Methods in com.sap.mobile.services.client.push that return LocalizedPushPayloadModifier and TypeMethodDescriptionLocalizedPushPayload.Builder.build()
LocalizedBulkPush.getNotification()
LocalizedPushToCapabilitiesPayload.getNotification()
LocalizedUserNotification.getNotification()
Methods in com.sap.mobile.services.client.push with parameters of type LocalizedPushPayloadModifier and TypeMethodDescriptionPushClient.bulkPush
(LocalizedPushPayload rootNotification, Collection<LocalizedUserNotification> userNotifications) Triggers notifications to device registrations with a capability and form factor.LocalizedBulkPush.Builder.notification
(LocalizedPushPayload notification) Sets the server localized notifications for all registered devices.LocalizedPushToCapabilitiesPayload.Builder.notification
(LocalizedPushPayload notification) LocalizedUserNotification.Builder.notification
(LocalizedPushPayload notification) Specify the server localized push payload.PushClient.pushToApplication
(LocalizedPushPayload pushPayload) Triggers a notification to all registered users of an application.PushClient.pushToDevice
(String userId, String deviceId, LocalizedPushPayload pushPayload) Triggers a notification to a single device, identified by userId and deviceId.PushClient.pushToGroup
(String group, LocalizedPushPayload pushPayload) Triggers a notification to a group with the same payload for all recipients.PushClient.pushToTopics
(Collection<String> userIds, Collection<String> topics, LocalizedPushPayload pushPayload) Triggers notifications to devices that have an active subscription for any of the given topicPushClient.pushToTopics
(Collection<String> userIds, Collection<String> userUUIDs, Collection<String> topics, LocalizedPushPayload pushPayload) Triggers notifications to devices that have an active subscription for any of the given topicPushClient.pushToUsers
(Collection<String> userIds, LocalizedPushPayload pushPayload) Triggers a notification to a defined set of users, identified by their userId.PushClient.pushToUsers
(Collection<String> userIds, Collection<String> userUUIDs, LocalizedPushPayload pushPayload) Triggers a notification to a defined set of users, identified by their userId or global user ID.