public interface IYWCrossContactProfileCallback
| Modifier and Type | Method and Description |
|---|---|
IYWContact |
onFetchContactInfo(String userId,
String appKey)
同步获取profile信息,该接口在UI线程回调。请isv注意相关多线程问题
云旺使用场景中个人信息的展示不使用实时更新的机制,即该回调需要返回当前最新的用户信息。如果回调后用户信息发生变更,云旺
SDK再次回调该接口前无法感知。 如果该处有相关体验问题,可联系云旺团队协商
|
android.content.Intent |
onShowProfileActivity(String userId,
String appKey)
Deprecated.
|
void |
updateContactInfo(Contact contact)
Deprecated.
|
IYWContact onFetchContactInfo(String userId, String appKey)
userId - 需要返回个人信息的用户appKey - 需要返回个人信息的用户所属站点android.content.Intent onShowProfileActivity(String userId, String appKey)
IYWContactService.setContactHeadClickCallback(IYWContactHeadClickCallback)userId - 需要打开页面的用户appKey - 需要返回个人信息的用户所属站点void updateContactInfo(Contact contact)
IYWContactService.updateProfileInfo(String, YWProfileInfo)contact -