public class AndroidPushNotificationHandler extends BaseRouterHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APIKEY |
static java.lang.String |
DEVICEID |
static java.lang.String |
PUSHEXIT |
static java.lang.String |
URL |
endPointPropVals, epName, metaDataBIDICONFIG, PASSWORD, USERNAME| Constructor and Description |
|---|
AndroidPushNotificationHandler() |
AndroidPushNotificationHandler(MaxEndPointInfo endPointInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getProperties() |
byte[] |
invoke(java.util.Map metaData,
byte[] data)
All directly extending classes should call super.invoke(metaData, data) before proceeding
with the invoke.
|
getBooleanPropertyValue, getBooleanPropertyValue, getDatePropertyValue, getDoublePropertyValue, getIntPropertyValue, getLongPropertyValue, getOverrideValue, getPropertyValue, isOverridden, isPropertyOverridablepublic static final java.lang.String DEVICEID
public static final java.lang.String URL
public static final java.lang.String PUSHEXIT
public static final java.lang.String APIKEY
public AndroidPushNotificationHandler(MaxEndPointInfo endPointInfo)
endPointInfo - public AndroidPushNotificationHandler()
public java.util.List getProperties()
public byte[] invoke(java.util.Map metaData,
byte[] data)
throws MXException
BaseRouterHandlerinvoke in interface RouterHandlerinvoke in class BaseRouterHandlerMXExceptionRouterHandler.invoke(java.util.Map, byte[])