NIMSDK-AOS  10.5.0
NotificationChannelProvider.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.msg;
2 
3 public interface NotificationChannelProvider {
13  String getChannelId(boolean donNotDisturb, boolean tooFast, boolean ring, boolean vibrate);
14 }
String getChannelId(boolean donNotDisturb, boolean tooFast, boolean ring, boolean vibrate)
弹出通知前获取通道ID的回调