NIMSDK-AOS
9.19.10
plugins
push
src
com
netease
nimlib
sdk
mixpush
MixPushOnResponseCallback.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.mixpush;
2
3
/**
4
* 响应回调
5
*/
6
public
interface
MixPushOnResponseCallback
7
{
8
9
/**
10
* 响应回调
11
* @param code 响应码,200代表成功
12
*/
13
void
onResponse
(
int
code);
14
}
com.netease.nimlib.sdk.mixpush.MixPushOnResponseCallback.onResponse
void onResponse(int code)
响应回调
com.netease.nimlib.sdk.mixpush.MixPushOnResponseCallback
响应回调
Definition:
MixPushOnResponseCallback.java:6
生成于 2025年 二月 20日 星期四 14:05:19 , 为 NIMSDK-AOS使用
1.8.13