public boolean showNotificationNow()

in android/src/main/java/com/aliyun/ams/push/AliyunPushMessageReceiver.java [51:57]


	public boolean showNotificationNow(Context context, Map<String, String> map) {
		for (Map.Entry<String, String> entry : map.entrySet()) {
			AliyunPushLog.e(REC_TAG, "key " + entry.getKey() + " value " + entry.getValue());
		}

		return super.showNotificationNow(context, map);
	}