public interface IYWContactHeadClickCallback
Modifier and Type | Method and Description |
---|---|
Intent |
onDisposeProfileHeadClick(Context context,
java.lang.String userId,
java.lang.String appKey)
点击头像时的处理逻辑
|
Intent |
onShowProfileActivity(java.lang.String userId,
java.lang.String appKey)
Deprecated.
|
Intent onShowProfileActivity(java.lang.String userId, java.lang.String appKey)
userId
- 被点击者的userIdappKey
- 被点击者的appKeyIntent onDisposeProfileHeadClick(Context context, java.lang.String userId, java.lang.String appKey)
context
- 聊天界面的ContextuserId
- 被点击用户的userIdappKey
- 被点击用户的apKey
注:该方法和onShowProfileActivity(String, String)
是互斥的,只处理一个