Interface LocalizedPushPayload
public interface LocalizedPushPayload
Root payload element for push service localized
push, @see Push
Service Based Localization. Use the
LocalizedPushPayload.Builder to define and build
the element.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classHelper for server localized push payload creation. -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalizedPushPayload.Builderbuilder()Map<String,? extends PushPayload>
-
Method Details
-
builder
-
getNotification
PushPayload getNotification() -
getNotifications
Map<String,? extends PushPayload> getNotifications()
-