Uses of Interface
tigase.push.api.INotification
Packages that use INotification
Package
Description
-
Uses of INotification in tigase.push
Classes in tigase.push that implement INotificationModifier and TypeClassDescriptionclassclassCreated by andrzej on 02.01.2017. -
Uses of INotification in tigase.push.api
Subinterfaces of INotification in tigase.push.apiModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in tigase.push.api with parameters of type INotificationModifier and TypeMethodDescriptionIPushProvider.pushNotification(IPushSettings.IDevice device, INotification notification) -
Uses of INotification in tigase.push.apns
Methods in tigase.push.apns with parameters of type INotificationModifier and TypeMethodDescriptionprotected ApnsPayload.BuilderAPNsBinaryApiProvider.preparePayload(ApnsPayload.Builder builder, INotification notification, APNsBinaryApiProvider.NotificationType notificationType) APNsBinaryApiProvider.pushNotification(IPushSettings.IDevice device, INotification notification) -
Uses of INotification in tigase.push.fcm
Methods in tigase.push.fcm with parameters of type INotificationModifier and TypeMethodDescriptionFcmHttpV1Provider.preparePayload(INotification notification) FcmHttpV1Provider.pushNotification(IPushSettings.IDevice device, INotification notification) FcmXmppApiProvider.pushNotification(IPushSettings.IDevice device, INotification notification) Deprecated. -
Uses of INotification in tigase.push.modules
Methods in tigase.push.modules that return INotificationModifier and TypeMethodDescriptionprotected INotificationPublishNotificationModule.parseNotification(tigase.xmpp.jid.BareJID userJid, tigase.xml.Element notificationElem)