Uses of Interface
com.sap.mobile.services.client.push.PushResponse
Packages that use PushResponse
-
Uses of PushResponse in com.sap.mobile.services.client.push
Methods in com.sap.mobile.services.client.push that return PushResponseModifier and TypeMethodDescriptionPushClient.bulkPush
(LocalizedPushPayload rootNotification, Collection<LocalizedUserNotification> userNotifications) Triggers notifications to device registrations with a capability and form factor.PushClient.bulkPush
(PushPayload rootNotification, Collection<UserNotification> userNotifications) Triggers a bulk of notifications.PushClient.pushToApplication
(LocalizedPushPayload pushPayload) Triggers a notification to all registered users of an application.PushClient.pushToApplication
(PushPayload pushPayload) Triggers a notification to all registered users of an application.PushClient.pushToCapability
(String capability, LocalizedPushToCapabilitiesPayload pushToCapabilitiesPayload) Triggers notifications to devices that have been registered with a certain capability.PushClient.pushToCapability
(String capability, PushToCapabilitiesPayload pushToCapabilitiesPayload) Triggers notifications to devices that have been registered with a certain capability.PushClient.pushToDevice
(String userId, String deviceId, LocalizedPushPayload pushPayload) Triggers a notification to a single device, identified by userId and deviceId.PushClient.pushToDevice
(String userId, String deviceId, PushPayload 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.pushToGroup
(String group, PushPayload 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, PushPayload 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.Constructors in com.sap.mobile.services.client.push with parameters of type PushResponseModifierConstructorDescriptionPushClientException
(String msg, String responseBodyText, HttpHeaders httpHeaders, PushResponse response)