Uses of Class
tigase.push.api.INotification.Type
-
Packages that use INotification.Type Package Description tigase.push tigase.push.api -
-
Uses of INotification.Type in tigase.push
Methods in tigase.push that return INotification.Type Modifier and Type Method Description INotification.TypeEncryptedNotification. getType()INotification.TypePlainNotification. getType()Constructors in tigase.push with parameters of type INotification.Type Constructor Description EncryptedNotification(tigase.xmpp.jid.BareJID account, INotification.Priority priority, INotification.Type type, java.lang.String encryped, java.lang.String iv) -
Uses of INotification.Type in tigase.push.api
Methods in tigase.push.api that return INotification.Type Modifier and Type Method Description INotification.TypeINotification. getType()static INotification.TypeINotification.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static INotification.Type[]INotification.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-