Package tigase.push.api
Interface INotification
- All Known Subinterfaces:
IEncryptedNotification,IPlainNotification
- All Known Implementing Classes:
EncryptedNotification,PlainNotification
public interface INotification
Created by andrzej on 02.01.2017.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final recordstatic enumstatic interfacestatic enum -
Method Summary
-
Method Details
-
getAccount
tigase.xmpp.jid.BareJID getAccount() -
getPriority
INotification.Priority getPriority() -
getType
INotification.Type getType()
-