public interface PushRegistrar
| Modifier and Type | Method and Description |
|---|---|
void |
register(android.content.Context context,
Callback<Void> callback)
Registers a device to a push network and any 3rd party application servers.
|
void |
unregister(android.content.Context context,
Callback<Void> callback)
Unregisters a device a push network and any party application servers.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.