public interface IYWContactCacheUpdateListener
Modifier and Type | Method and Description |
---|---|
void |
onFriendCacheUpdate(java.lang.String currentUserid,
java.lang.String currentAppkey)
好友缓存发生变化(联系人备注修改、联系人新增和减少等),可以刷新使用联系人缓存的UI
todo 该回调在UI线程回调 ,请勿做太重的操作
|