Package tigase.push.api
Interface IPlainNotification
- All Superinterfaces:
INotification
- All Known Implementing Classes:
PlainNotification
-
Nested Class Summary
Nested classes/interfaces inherited from interface tigase.push.api.INotification
INotification.Priority, INotification.Processor<T>, INotification.Type -
Method Summary
Modifier and TypeMethodDescriptiontigase.xmpp.jid.JIDdefault voidifGroupchatSenderNickname(INotification.Processor<String> processor) default voidifLastMessageBody(INotification.Processor<String> processor) default voidifLastMessageSender(INotification.Processor<tigase.xmpp.jid.JID> processor) default voidifMessageCount(INotification.Processor<Long> processor) Methods inherited from interface tigase.push.api.INotification
getAccount, getPriority, getType
-
Method Details