We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd6302 commit cd5c444Copy full SHA for cd5c444
android/src/main/java/cn/jpush/reactnativejpush/JPushModule.java
@@ -162,6 +162,7 @@ private static void sendEvent() {
162
case RECEIVE_CUSTOM_MESSAGE:
163
WritableMap map = Arguments.createMap();
164
map.putInt("id", mCachedBundle.getInt(JPushInterface.EXTRA_NOTIFICATION_ID));
165
+ map.putString("message", mCachedBundle.getString(JPushInterface.EXTRA_MESSAGE));
166
map.putString("content", mCachedBundle.getString(JPushInterface.EXTRA_MESSAGE));
167
map.putString("content_type", mCachedBundle.getString(JPushInterface.EXTRA_CONTENT_TYPE));
168
map.putString("title", mCachedBundle.getString(JPushInterface.EXTRA_TITLE));
0 commit comments