Uses of Interface
tigase.push.api.IPushSettings.IDevice
Packages that use IPushSettings.IDevice
Package
Description
-
Uses of IPushSettings.IDevice in tigase.push
Classes in tigase.push that implement IPushSettings.IDeviceFields in tigase.push with type parameters of type IPushSettings.IDeviceModifier and TypeFieldDescriptionprotected final List<IPushSettings.IDevice> PushSettings.devicesMethods in tigase.push that return types with arguments of type IPushSettings.IDeviceMethods in tigase.push with parameters of type IPushSettings.IDeviceModifier and TypeMethodDescriptionPushSettings.addDevice(IPushSettings.IDevice device) PushSettings.removeDevice(IPushSettings.IDevice device) Constructor parameters in tigase.push with type arguments of type IPushSettings.IDeviceModifierConstructorDescriptionPushSettings(int version, tigase.xmpp.jid.BareJID serviceJid, String node, tigase.xmpp.jid.BareJID ownerJid, List<IPushSettings.IDevice> devices) -
Uses of IPushSettings.IDevice in tigase.push.api
Methods in tigase.push.api that return types with arguments of type IPushSettings.IDeviceMethods in tigase.push.api with parameters of type IPushSettings.IDeviceModifier and TypeMethodDescriptionIPushSettings.addDevice(IPushSettings.IDevice device) IPushProvider.pushNotification(IPushSettings.IDevice device, INotification notification) IPushSettings.removeDevice(IPushSettings.IDevice device) -
Uses of IPushSettings.IDevice in tigase.push.apns
Methods in tigase.push.apns with parameters of type IPushSettings.IDeviceModifier and TypeMethodDescriptionAPNsBinaryApiProvider.pushNotification(IPushSettings.IDevice device, INotification notification) protected CompletableFuture<String> APNsBinaryApiProvider.pushNotification(IPushSettings.IDevice device, ApnsNotification apnsNotification, ApnsService service, ApnsService fallbackService) -
Uses of IPushSettings.IDevice in tigase.push.fcm
Methods in tigase.push.fcm with parameters of type IPushSettings.IDeviceModifier and TypeMethodDescriptionFcmHttpV1Provider.pushNotification(IPushSettings.IDevice device, INotification notification) FcmXmppApiProvider.pushNotification(IPushSettings.IDevice device, INotification notification) Deprecated. -
Uses of IPushSettings.IDevice in tigase.push.modules
Methods in tigase.push.modules with parameters of type IPushSettings.IDeviceModifier and TypeMethodDescriptionprotected IPushProviderPublishNotificationModule.getProvider(IPushSettings.IDevice device) -
Uses of IPushSettings.IDevice in tigase.push.repositories
Methods in tigase.push.repositories that return IPushSettings.IDeviceModifier and TypeMethodDescriptionprotected IPushSettings.IDeviceJDBCPushRepository.readDevice(ResultSet rs, int i)