aliyun / alicloud-android-demo

992 stars 552 forks source link

不走onNotificationReceivedInApp回调 #165

Open 1079107009 opened 7 years ago

1079107009 commented 7 years ago
private void setPushNotification() {  
      BasicCustomPushNotification notification = new BasicCustomPushNotification();  
      notification.setBuildWhenAppInForeground(false);
      boolean b = CustomNotificationBuilder.getInstance().setCustomNotification(1, notification);
}

我创建自定义通知样式,并且设置推送应用内到达不创建通知弹窗,为什么还不走这个回调

superxingsong commented 6 years ago

后台给你推送的时候需要设置pushRequest.setAndroidNotificationBarType