Preprocessor macro definitions for the push_payload.h header file in this library.
#define PUSH_INVOCATION_ACTION "bb.action.PUSH"When processing an invocation request, this value can be used to check that the request data contains a push message.
For more information about invocation requests, see bps/navigator_invoke.h.
Since: BlackBerry 10.2.0
#define PUSH_INVOCATION_TYPE "application/vnd.push"The MIME type of a push message.
Used by the invocation framework as part of the target filter.
For more information about invocation requests, see bps/navigator_invoke.h.
Since: BlackBerry 10.2.0
#define PUSH_INVOCATION_FILTER "actions=bb.action.PUSH; types=application/vnd.push;"The target filter used by an application in order to tell the invocation framework that the application supports receiving push messages.
For more information about invocation requests, see bps/navigator_invoke.h.
Since: BlackBerry 10.2.0