| Package | Description |
|---|---|
| org.jboss.aerogear.windows.mpns | |
| org.jboss.aerogear.windows.mpns.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
MpnsService.push(String subscriptionUri,
MpnsNotification message)
Sends the provided notification
message to the desired
destination. |
void |
MpnsService.push(String subscriptionUri,
String payload,
Collection<? extends Map.Entry<String,String>> headers)
Sends a push notification with the provided
payload to the
iPhone of deviceToken. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMpnsService.push(String subscriptionUri,
MpnsNotification message) |
void |
AbstractMpnsService.push(String subscriptionUri,
String payload,
Collection<? extends Map.Entry<String,String>> headers) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.