public final class PushConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DELETED
An intent with this key means that the message it encapsulates refers to
messages which have been deleted by the push provider.
|
static String |
ERROR
Intents with this key indicate that some error occurred.
|
static String |
MESSAGE
Intents with this key encapsulate a push message
Registrations.notifyHandlers(android.content.Context, android.content.Intent, org.jboss.aerogear.android.unifiedpush.MessageHandler)
will pass this message to MessageHandler.onMessage(android.content.Context, android.os.Bundle) |
| Constructor and Description |
|---|
PushConstants() |
public static final String ERROR
Registrations.notifyHandlers(android.content.Context, android.content.Intent, org.jboss.aerogear.android.unifiedpush.MessageHandler)
will pass this message to MessageHandler.onError()public static final String MESSAGE
Registrations.notifyHandlers(android.content.Context, android.content.Intent, org.jboss.aerogear.android.unifiedpush.MessageHandler)
will pass this message to MessageHandler.onMessage(android.content.Context, android.os.Bundle)public static final String DELETED
Registrations.notifyHandlers(android.content.Context, android.content.Intent, org.jboss.aerogear.android.unifiedpush.MessageHandler)
will pass this message to MessageHandler.onDeleteMessage(android.content.Context, android.os.Bundle)Copyright © 2013 JBoss by Red Hat. All Rights Reserved.