Package | Description |
---|---|
com.alibaba.mobileim | |
com.alibaba.mobileim.tribe |
Modifier and Type | Method and Description |
---|---|
void |
IYWTribePushListener.onPushMessage(YWTribe tribe,
YWMessage message)
群相关的消息回调
|
Modifier and Type | Method and Description |
---|---|
YWTribe |
IYWTribeService.getTribe(long tribeId)
获取单个群
从缓存中获取单个群,如果缓存中不存在该群,则返回null
|
Modifier and Type | Method and Description |
---|---|
java.util.List<YWTribe> |
IYWTribeService.getAllTribes()
从本地获取群列表
|
Modifier and Type | Method and Description |
---|---|
void |
IYWTribeService.blockAtMessage(YWTribe tribe,
IWxCallback callback)
关闭@消息提醒
|
void |
IYWTribeService.blockTribe(YWTribe tribe,
IWxCallback result)
屏蔽群
|
void |
IYWTribeService.receiveNotAlertTribeMsg(YWTribe tribe,
IWxCallback result)
接收群消息但不提醒
|
void |
IYWTribeService.unblockAtMessage(YWTribe tribe,
IWxCallback callback)
打开@消息提醒
|
void |
IYWTribeService.unblockTribe(YWTribe tribe,
IWxCallback result)
重新接收消息
|