通知未显示在状态栏中

时间:2018-01-20 14:49:06

标签: android notifications

我使用以下代码显示通知,但没有显示任何内容。 我也试过使用通知频道。仍然没有用。 我正在使用Oreo设备进行测试。

var modal_edit;

$(document).on('click',".btn-edit",function(){
   modal_edit = $(this).parent().find(".edit-project-modal");
   $(modal_edit).toggleClass("edit-modal-show");
});
$(".onboard-close-2").click(function(){
  $(modal_edit).removeClass("edit-modal-show");
});

mNotificationManager.notify(001,mBuilder.build());

我正在使用Oreo设备进行测试。

0 个答案:

没有答案