| 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 |
YWTribeManager.getTribe(long tribeId)
获取单个群
从缓存中获取单个群,如果缓存不存在,则返回null
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<YWTribe> |
YWTribeManager.getAllTribes()
从本地获取群列表
|
| Modifier and Type | Method and Description |
|---|---|
void |
YWTribeManager.blockAtMessage(YWTribe tribe,
IWxCallback callback)
关闭@消息提醒
|
void |
YWTribeManager.blockTribe(YWTribe tribe,
IWxCallback result)
屏蔽群
|
void |
YWTribeManager.receiveNotAlertTribeMsg(YWTribe tribe,
IWxCallback result)
接收群消息但不提醒
|
void |
YWTribeManager.unblockAtMessage(YWTribe tribe,
IWxCallback callback)
打开@消息提醒
|
void |
YWTribeManager.unblockTribe(YWTribe tribe,
IWxCallback result)
重新接收消息
|