NIMSDK-AOS  9.16.0
MixPushServiceObserve.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.mixpush;
2 
3 import com.netease.nimlib.apt.annotation.NIMService;
4 import com.netease.nimlib.invocation.ObserverInterface;
7 
8 @NIMService("第三方推送服务观察者")
9 @ObserverInterface
10 public interface MixPushServiceObserve {
16  void observeMixPushToken(Observer<MixPushToken> observer, boolean register);
17 }
void observeMixPushToken(Observer< MixPushToken > observer, boolean register)
得到推送token的回调