Package tigase.push.api
Interface INotification
-
- All Known Subinterfaces:
IEncryptedNotification,IPlainNotification
- All Known Implementing Classes:
EncryptedNotification,PlainNotification
public interface INotificationCreated by andrzej on 02.01.2017.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classINotification.Prioritystatic interfaceINotification.Processor<T>static classINotification.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description tigase.xmpp.jid.BareJIDgetAccount()INotification.PrioritygetPriority()INotification.TypegetType()
-
-
-
Method Detail
-
getAccount
tigase.xmpp.jid.BareJID getAccount()
-
getPriority
INotification.Priority getPriority()
-
getType
INotification.Type getType()
-
-