| Package | Description |
|---|---|
| me.hao0.wechat.core |
| Modifier and Type | Method and Description |
|---|---|
List<WaitingSession> |
CustomerServices.getWaitingSessions()
获取未接入的会话列表
|
List<WaitingSession> |
CustomerServices.getWaitingSessions(String accessToken)
获取未接入的会话列表
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerServices.getWaitingSessions(Callback<List<WaitingSession>> cb)
获取未接入的会话列表
|
void |
CustomerServices.getWaitingSessions(String accessToken,
Callback<List<WaitingSession>> cb)
获取未接入的会话列表
|
Copyright © 2019. All rights reserved.