Class PushNotificationMobile
java.lang.Object
es.kukenan.smartfi.microservice.communication.service.domain.PushNotificationMobile
Request with data for push notification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @NotNull StringMessage to show in push notification.private @NotNull StringMessage title for the push notification.private @NotNull Stringtoken which identifies devices.private StringTopic used for push notifications.private @NotNull Stringuser identifier.Variables for the push. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
userId
user identifier. -
title
Message title for the push notification. -
message
Message to show in push notification. -
topic
Topic used for push notifications. -
token
token which identifies devices. -
variables
Variables for the push.
-
-
Constructor Details
-
PushNotificationMobile
public PushNotificationMobile()
-