Package | Description |
---|---|
com.alibaba.mobileim.conversation |
Modifier and Type | Method and Description |
---|---|
abstract YWConversationType |
YWConversation.getConversationType()
获取会话类型
|
static YWConversationType |
YWConversationType.valueOf(int state)
根据[会话类型枚举对应的int值]获取[会话类型]
|
static YWConversationType |
YWConversationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YWConversationType[] |
YWConversationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract YWConversation |
YWConversationCreater.createCustomConversation(java.lang.String id,
YWConversationType type)
创建自定义会话
|