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 |
BIDICONFIG, PASSWORD, USERNAME
Constructor and Description |
---|
AndroidPushNotificationHandler() |
AndroidPushNotificationHandler(MaxEndPointInfo endPointInfo) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RouterPropsInfo> |
getProperties() |
byte[] |
invoke(java.util.Map metaData,
byte[] data)
All directly extending classes should call super.invoke(metaData, data) before proceeding
with the invoke.
|
public 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<RouterPropsInfo> getProperties()
public byte[] invoke(java.util.Map metaData, byte[] data) throws MXException
BaseRouterHandler
invoke
in interface RouterHandler
invoke
in class BaseRouterHandler
MXException
RouterHandler.invoke(java.util.Map, byte[])