Uses of Interface
tigase.push.api.INotification
-
Packages that use INotification Package Description tigase.push tigase.push.api tigase.push.apns tigase.push.fcm tigase.push.modules -
-
Uses of INotification in tigase.push
Classes in tigase.push that implement INotification Modifier and Type Class Description classEncryptedNotificationclassPlainNotificationCreated by andrzej on 02.01.2017. -
Uses of INotification in tigase.push.api
Subinterfaces of INotification in tigase.push.api Modifier and Type Interface Description interfaceIEncryptedNotificationinterfaceIPlainNotificationMethods in tigase.push.api with parameters of type INotification Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.String>IPushProvider. pushNotification(IPushSettings.IDevice device, INotification notification) -
Uses of INotification in tigase.push.apns
Methods in tigase.push.apns with parameters of type INotification Modifier and Type Method Description protected ApnsPayload.BuilderAPNsBinaryApiProvider. preparePayload(ApnsPayload.Builder builder, INotification notification)java.util.concurrent.CompletableFuture<java.lang.String>APNsBinaryApiProvider. pushNotification(IPushSettings.IDevice device, INotification notification) -
Uses of INotification in tigase.push.fcm
Methods in tigase.push.fcm with parameters of type INotification Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>FcmXmppApiProvider. preparePayload(INotification notification)java.util.concurrent.CompletableFuture<java.lang.String>FcmXmppApiProvider. pushNotification(IPushSettings.IDevice device, INotification notification) -
Uses of INotification in tigase.push.modules
Methods in tigase.push.modules that return INotification Modifier and Type Method Description protected INotificationPublishNotificationModule. parseNotification(tigase.xmpp.jid.BareJID userJid, tigase.xml.Element notificationElem)
-