| Package | Description |
|---|---|
| org.jboss.aerogear.android.unifiedpush |
| Modifier and Type | Method and Description |
|---|---|
static void |
RegistrarManager.notifyHandlers(android.content.Context context,
android.content.Intent message,
MessageHandler defaultHandler)
This will deliver an intent to all registered handlers.
|
static void |
RegistrarManager.registerBackgroundThreadHandler(MessageHandler handler)
When a push message is received, all background thread handlers will be
notified on a non UI thread.
|
static void |
RegistrarManager.registerMainThreadHandler(MessageHandler handler)
When a push message is received, all main thread handlers will be
notified on the main(UI) thread.
|
static void |
RegistrarManager.unregisterBackgroundThreadHandler(MessageHandler handler)
This will remove the given handler from the collection of background
thread handlers.
|
static void |
RegistrarManager.unregisterMainThreadHandler(MessageHandler handler)
This will remove the given handler from the collection of main thread
handlers.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.