|
AeroGear Android Library 1.2.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageHandler | |
|---|---|
| org.jboss.aerogear.android.unifiedpush | |
| Uses of MessageHandler in org.jboss.aerogear.android.unifiedpush |
|---|
| Methods in org.jboss.aerogear.android.unifiedpush with parameters of type MessageHandler | |
|---|---|
static void |
Registrations.notifyHandlers(android.content.Context context,
android.content.Intent message,
MessageHandler defaultHandler)
This will deliver an intent to all registered handlers. |
static void |
Registrations.registerBackgroundThreadHandler(MessageHandler handler)
When a push message is received, all background thread handlers will be notified on a non UI thread. |
static void |
Registrations.registerMainThreadHandler(MessageHandler handler)
When a push message is received, all main thread handlers will be notified on the main(UI) thread. |
static void |
Registrations.unregisterBackgroundThreadHandler(MessageHandler handler)
This will remove the given handler from the collection of background thread handlers. |
static void |
Registrations.unregisterMainThreadHandler(MessageHandler handler)
This will remove the given handler from the collection of main thread handlers. |
|
AeroGear Android Library 1.2.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||