public class UnifiedPushClient extends Object
| Constructor and Description |
|---|
UnifiedPushClient(String pushServerURL,
String variantId,
String variantSecret) |
| Modifier and Type | Method and Description |
|---|---|
void |
register(PushConfig config)
Register this simple push end point with given config to the unified push server
|
void |
unRegister(String channelId)
Remove simple push end point from Unified push server.
|
public void register(PushConfig config)
config - configuration show / used by unified push serverpublic void unRegister(String channelId)
channelId - of the endpoint to be removedCopyright © 2014 JBoss by Red Hat. All Rights Reserved.