Interface IAppNotification
public interface IAppNotification
-
Method Details
-
getId
UUID getId() -
getNotificationId
UUID getNotificationId() -
getSubscription
String getSubscription() -
getDeviceId
String getDeviceId() -
getBadge
Integer getBadge() -
getBody
String getBody() -
getPage
String getPage() -
getStatus
NotificationStatus getStatus() -
getCreatedAt
ZonedDateTime getCreatedAt() -
getSentAt
ZonedDateTime getSentAt() -
getReceivedAt
ZonedDateTime getReceivedAt() -
getUpdatedAt
ZonedDateTime getUpdatedAt() -
getStatusMessage
String getStatusMessage() -
getErrorMessage
String getErrorMessage()
-