Package | Description |
---|---|
cn.leancloud.im.v2 |
Modifier and Type | Method and Description |
---|---|
static LCIMMessageQueryDirection |
LCIMMessageQueryDirection.parseFromCode(int code) |
static LCIMMessageQueryDirection |
LCIMMessageQueryDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LCIMMessageQueryDirection[] |
LCIMMessageQueryDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LCIMConversation.queryMessages(LCIMMessageInterval interval,
LCIMMessageQueryDirection direction,
int limit,
LCIMMessagesQueryCallback callback)
根据指定的区间来查询历史消息,可以指定区间开闭、查询方向以及最大条目限制
|
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.