Uses of Enum Class
tigase.push.api.INotification.Type
Packages that use INotification.Type
-
Uses of INotification.Type in tigase.push
Methods in tigase.push that return INotification.TypeConstructors in tigase.push with parameters of type INotification.TypeModifierConstructorDescriptionEncryptedNotification(tigase.xmpp.jid.BareJID account, INotification.Priority priority, INotification.Type type, String encryped, String iv) -
Uses of INotification.Type in tigase.push.api
Subclasses with type arguments of type INotification.Type in tigase.push.apiMethods in tigase.push.api that return INotification.TypeModifier and TypeMethodDescriptionINotification.getType()static INotification.TypeReturns the enum constant of this class with the specified name.static INotification.Type[]INotification.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.