NIMSDK-AOS
10.7.0
basesdk
src
com
netease
nimlib
sdk
msg
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
}
com.netease.nimlib.sdk.msg.NotificationChannelProvider.getChannelId
String getChannelId(boolean donNotDisturb, boolean tooFast, boolean ring, boolean vibrate)
弹出通知前获取通道ID的回调
com.netease.nimlib.sdk.msg.NotificationChannelProvider
Definition:
NotificationChannelProvider.java:3
生成于 2024年 十二月 27日 星期五 15:34:07 , 为 NIMSDK-AOS使用
1.8.13