Class NotificationJob
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class NotificationJob implements Serializable
Notification job which will be restored and display when condition ready.
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
isForeground
private final PushRemoteMessage
pushRemoteMessage
private final ForegroundPushNotificationReady
foregroundPushNotificationReady
-
Constructor Summary
Constructors Constructor Description NotificationJob(Boolean isForeground, PushRemoteMessage pushRemoteMessage, ForegroundPushNotificationReady foregroundPushNotificationReady)
-
Method Summary
Modifier and Type Method Description final Boolean
isForeground()
final PushRemoteMessage
getPushRemoteMessage()
final ForegroundPushNotificationReady
getForegroundPushNotificationReady()
-
-
Constructor Detail
-
NotificationJob
NotificationJob(Boolean isForeground, PushRemoteMessage pushRemoteMessage, ForegroundPushNotificationReady foregroundPushNotificationReady)
-
-
Method Detail
-
isForeground
final Boolean isForeground()
-
getPushRemoteMessage
final PushRemoteMessage getPushRemoteMessage()
-
getForegroundPushNotificationReady
final ForegroundPushNotificationReady getForegroundPushNotificationReady()
-
-
-
-