public enum EventType extends Enum<EventType>
| 枚举常量和说明 |
|---|
CLICK
菜单点击
|
kf_close_session
多客服关闭会话
|
kf_create_session
多客服接入会话
|
kf_switch_session
多客服转接会话
|
LOCATION
地理位置
|
SCAN
二维码扫描
|
subscribe
用户关注
|
TEMPLATESENDJOBFINISH
模板消息发送完成
|
unsubscribe
用户取消关注
|
VIEW
网页
|
public static final EventType subscribe
public static final EventType unsubscribe
public static final EventType SCAN
public static final EventType LOCATION
public static final EventType CLICK
public static final EventType VIEW
public static final EventType TEMPLATESENDJOBFINISH
public static final EventType kf_create_session
public static final EventType kf_close_session
public static final EventType kf_switch_session
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All Rights Reserved.