-
public class PushNotificationEventRegisters a push notification event that is sent to the device.
-
-
Field Summary
Fields Modifier and Type Field Description private final PushNotificationTypetypeprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description PushNotificationEvent(PushNotificationType type, String message)
-
Method Summary
Modifier and Type Method Description PushNotificationTypegetType()StringgetMessage()booleanequals(Object o)inthashCode()-
-
Constructor Detail
-
PushNotificationEvent
PushNotificationEvent(PushNotificationType type, String message)
- Parameters:
type- The type of the push notification event to be sent to the devicemessage- The notification message which will be sent to the device
-
-
Method Detail
-
getType
@NonNull() PushNotificationType getType()
-
getMessage
@NonNull() String getMessage()
-
hashCode
int hashCode()
-
-
-
-