NIMSDK-AOS
10.5.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年 十月 15日 星期二 18:40:25 , 为 NIMSDK-AOS使用
1.8.13