Uses of Class
com.sap.mobile.services.client.push.LocalizedPushPayload.Builder
Packages that use LocalizedPushPayload.Builder
-
Uses of LocalizedPushPayload.Builder in com.sap.mobile.services.client.push
Methods in com.sap.mobile.services.client.push that return LocalizedPushPayload.BuilderModifier 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.static LocalizedPushPayload.BuilderLocalizedPushPayload.builder()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 FallbackLocalizedPushPayload.Builder.notifications(Map<String, ? extends PushPayload> notifications) Sets/replaces the map of localized push notifications.