Uses of Enum Class
tigase.push.api.INotification.Priority
Packages that use INotification.Priority
-
Uses of INotification.Priority in tigase.push
Methods in tigase.push that return INotification.PriorityModifier and TypeMethodDescriptionEncryptedNotification.getPriority()PlainNotification.getPriority()Constructors in tigase.push with parameters of type INotification.PriorityModifierConstructorDescriptionEncryptedNotification(tigase.xmpp.jid.BareJID account, INotification.Priority priority, INotification.Type type, String encryped, String iv) PlainNotification(tigase.xmpp.jid.BareJID account, INotification.Priority priority, Long messageCount, tigase.xmpp.jid.JID lastMessageSender, String lastMessageBody, String groupchatSenderNickname) -
Uses of INotification.Priority in tigase.push.api
Methods in tigase.push.api that return INotification.PriorityModifier and TypeMethodDescriptionINotification.getPriority()static INotification.PriorityReturns the enum constant of this class with the specified name.static INotification.Priority[]INotification.Priority.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of INotification.Priority in tigase.push.modules
Methods in tigase.push.modules that return INotification.PriorityModifier and TypeMethodDescriptionprotected INotification.PriorityPublishNotificationModule.parsePriority(tigase.xml.Element notificationElem) Methods in tigase.push.modules that return types with arguments of type INotification.PriorityModifier and TypeMethodDescriptionprotected Optional<INotification.Priority>PublishNotificationModule.guessPriority(tigase.xml.Element notificationElem)