Interface NotificationStatus
public interface NotificationStatus
Notification status detail response element of
NotificationStatusResponse
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
The current notification status. -
Method Summary
Modifier and TypeMethodDescriptionThe notification producer.Notification IDThe target type, like ios, android ...Native notification ID from channel, like APNs or FCM.Notification status.List of matching topic subscriptions onPushClient.pushToTopics(java.util.Collection, java.util.Collection, LocalizedPushPayload)
-
Method Details
-
getStatus
NotificationStatus.Status getStatus()Notification status. -
getCaller
String getCaller()The notification producer. -
getNotificationType
String getNotificationType()The target type, like ios, android ... -
getTopics
Topics getTopics()List of matching topic subscriptions onPushClient.pushToTopics(java.util.Collection, java.util.Collection, LocalizedPushPayload)
-
getNotificationId
String getNotificationId()Notification ID -
getProviderReference
String getProviderReference()Native notification ID from channel, like APNs or FCM. APNs apns-unique-id is used on development target.
-