Uses of Enum Class
tigase.xmpp.impl.push.PushNotificationCause
Packages that use PushNotificationCause
-
Uses of PushNotificationCause in tigase.xmpp.impl.push
Methods in tigase.xmpp.impl.push that return PushNotificationCauseModifier and TypeMethodDescriptionstatic PushNotificationCause
Returns the enum constant of this class with the specified name.static PushNotificationCause[]
PushNotificationCause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.xmpp.impl.push with parameters of type PushNotificationCauseModifier and TypeMethodDescriptionprotected Element
AbstractPushNotifications.prepareNotificationPayload
(Element pushServiceSettings, PushNotificationCause cause, Packet packet, long msgCount) void
EncryptedPushNotificationExtension.prepareNotificationPayload
(Element pushServiceSettings, PushNotificationCause cause, Packet packet, long msgCount, Element notification) void
PriorityExtension.prepareNotificationPayload
(Element pushServiceSettings, PushNotificationCause cause, Packet packet, long msgCount, Element notification) protected Element
PushNotifications.prepareNotificationPayload
(Element pushServiceSettings, PushNotificationCause cause, Packet packet, long msgCount) default void
PushNotificationsExtension.prepareNotificationPayload
(Element pushServiceSettings, PushNotificationCause cause, Packet packet, long msgCount, Element notification) protected void
AbstractPushNotifications.sendPushNotification
(BareJID userJid, Collection<Element> pushServices, XMPPResourceConnection session, PushNotificationCause cause, Packet packet, Map<Enum, Long> notificationData, Consumer<Packet> packetConsumer) protected void
AbstractPushNotifications.sendPushNotification
(XMPPResourceConnection session, PushNotificationCause cause, Packet packet, Consumer<Packet> packetConsumer)