| Package | Description |
|---|---|
| javapns.devices |
Classes representing mobile devices.
|
| javapns.devices.implementations.basic |
A basic non-persistent implementation for devices.
|
| javapns.notification |
Classes for pushing notifications through Apple servers.
|
| Modifier and Type | Method and Description |
|---|---|
Device |
DeviceFactory.getDevice(String id)
Deprecated.
Get a device according to his id
|
void |
DeviceFactory.removeDevice(String id)
Deprecated.
Remove a device
|
| Modifier and Type | Method and Description |
|---|---|
Device |
BasicDeviceFactory.getDevice(String id)
Deprecated.
Get a device according to his id
|
void |
BasicDeviceFactory.removeDevice(String id)
Deprecated.
Remove a device
|
| Modifier and Type | Method and Description |
|---|---|
Device |
PushNotificationManager.getDevice(String id)
Deprecated.
The DeviceFactory-based architecture is deprecated.
|
void |
PushNotificationManager.removeDevice(String id)
Deprecated.
The DeviceFactory-based architecture is deprecated.
|
Copyright © 2016. All rights reserved.