Open 1079107009 opened 7 years ago
private void setPushNotification() { BasicCustomPushNotification notification = new BasicCustomPushNotification(); notification.setBuildWhenAppInForeground(false); boolean b = CustomNotificationBuilder.getInstance().setCustomNotification(1, notification); }
我创建自定义通知样式,并且设置推送应用内到达不创建通知弹窗,为什么还不走这个回调
后台给你推送的时候需要设置pushRequest.setAndroidNotificationBarType
我创建自定义通知样式,并且设置推送应用内到达不创建通知弹窗,为什么还不走这个回调