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