Uses of Interface
com.sap.mobile.services.client.push.LocalizedUserNotification
Packages that use LocalizedUserNotification
-
Uses of LocalizedUserNotification in com.sap.mobile.services.client.push
Methods in com.sap.mobile.services.client.push that return LocalizedUserNotificationModifier and TypeMethodDescriptionLocalizedUserNotification.Builder.build()
Generate the push to single user payload.Methods in com.sap.mobile.services.client.push that return types with arguments of type LocalizedUserNotificationMethod parameters in com.sap.mobile.services.client.push with type arguments of type LocalizedUserNotificationModifier and TypeMethodDescriptionPushClient.bulkPush
(LocalizedPushPayload rootNotification, Collection<LocalizedUserNotification> userNotifications) Triggers notifications to device registrations with a capability and form factor.LocalizedBulkPush.Builder.userNotifications
(Collection<LocalizedUserNotification> userNotifications) Sets the server localized notification element for users specific notifications.