public class iOSSendService extends Object implements SendService
Constructor and Description |
---|
iOSSendService() |
public iOSSendService()
public void sendPush(Push push, Device device)
Push
message to the specified Device
.
This implementation makes use of a connection pool. If there is currently no connection
available the current thread will block until a connection becomes available (unless
otherwise configured)sendPush
in interface SendService
push
- The Push
message to send.public void sendPush(Push push, List<Device> devices)
sendPush(Push , Device)
once for every device.sendPush
in interface SendService
push
- The Push
message to send.devices
- The list of devices to send the message to.Copyright © 2011–2014 The Kuali Foundation. All rights reserved.