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