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 class
Helper for server localized push payload creation. -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalizedPushPayload.Builder
builder()
Map<String,
? extends PushPayload>
-
Method Details
-
builder
-
getNotification
PushPayload getNotification() -
getNotifications
Map<String,? extends PushPayload> getNotifications()
-