Uses of Enum Class
tigase.xmpp.impl.push.PushNotificationCause
Packages that use PushNotificationCause
-
Uses of PushNotificationCause in tigase.xmpp.impl.push
Subclasses with type arguments of type PushNotificationCause in tigase.xmpp.impl.pushMethods in tigase.xmpp.impl.push that return PushNotificationCauseModifier and TypeMethodDescriptionstatic PushNotificationCauseReturns 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 ElementAbstractPushNotifications.prepareNotificationPayload(Element pushServiceSettings, PushNotificationCause cause, Packet packet, long msgCount) voidEncryptedPushNotificationExtension.prepareNotificationPayload(Element pushServiceSettings, PushNotificationCause cause, Packet packet, long msgCount, Element notification) voidPriorityExtension.prepareNotificationPayload(Element pushServiceSettings, PushNotificationCause cause, Packet packet, long msgCount, Element notification) protected ElementPushNotifications.prepareNotificationPayload(Element pushServiceSettings, PushNotificationCause cause, Packet packet, long msgCount) default voidPushNotificationsExtension.prepareNotificationPayload(Element pushServiceSettings, PushNotificationCause cause, Packet packet, long msgCount, Element notification) protected voidAbstractPushNotifications.sendPushNotification(BareJID userJid, Collection<Element> pushServices, XMPPResourceConnection session, PushNotificationCause cause, Packet packet, Map<Enum, Long> notificationData, Consumer<Packet> packetConsumer) protected voidAbstractPushNotifications.sendPushNotification(XMPPResourceConnection session, PushNotificationCause cause, Packet packet, Consumer<Packet> packetConsumer)