|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EventType>
com.foxinmy.weixin4j.type.EventType
public enum EventType
事件类型
| Enum Constant Summary | |
|---|---|
annual_renew
年审通知事件 |
|
batch_job_result
异步任务完成事件 |
|
click
菜单点击链接事件 |
|
enter_agent
进入企业号应用事件 |
|
kf_close_session
客服关闭会话事件 |
|
kf_create_session
客服接入会话事件 |
|
kf_switch_session
客服转接会话事件 |
|
location
上报地理位置事件 |
|
location_select
菜单发送地理位置事件 |
|
masssendjobfinish
群发消息事件 |
|
naming_verify_fail
名称认证失败事件 |
|
naming_verify_success
名称认证成功事件 |
|
pic_photo_or_album
菜单弹出发图事件 |
|
pic_sysphoto
菜单弹出拍照事件 |
|
pic_weixin
菜单弹出发图事件 |
|
qualification_verify_fail
资质认证失败事件 |
|
qualification_verify_success
资质认证成功事件 |
|
scan
二维码扫描事件 |
|
scancode_push
菜单扫描事件 |
|
scancode_waitmsg
菜单扫描并调出等待界面事件 |
|
subscribe
关注事件 |
|
suite
第三方应用套件消息 |
|
templatesendjobfinish
模板消息事件 |
|
unsubscribe
取消关注事件 |
|
verify_expired
认证过期失效通知 |
|
view
菜单点击关键字事件 |
|
| Method Summary | |
|---|---|
static EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EventType subscribe
public static final EventType unsubscribe
public static final EventType location
LocationEventMessagepublic static final EventType view
MenuEventMessagepublic static final EventType click
MenuEventMessagepublic static final EventType scancode_push
MenuScanEventMessagepublic static final EventType scancode_waitmsg
MenuScanEventMessagepublic static final EventType pic_sysphoto
MenuPhotoEventMessagepublic static final EventType pic_photo_or_album
MenuPhotoEventMessagepublic static final EventType pic_weixin
MenuPhotoEventMessagepublic static final EventType location_select
MenuLocationEventMessagepublic static final EventType scan
ScanEventMessagepublic static final EventType masssendjobfinish
MassEventMessagepublic static final EventType templatesendjobfinish
TemplatesendjobfinishMessagepublic static final EventType kf_create_session
KfCreateEventMessagepublic static final EventType kf_close_session
KfCloseEventMessagepublic static final EventType kf_switch_session
KfSwitchEventMessagepublic static final EventType qualification_verify_success
public static final EventType qualification_verify_fail
public static final EventType naming_verify_success
public static final EventType naming_verify_fail
public static final EventType annual_renew
public static final EventType verify_expired
public static final EventType batch_job_result
BatchjobresultMessagepublic static final EventType enter_agent
EnterAgentEventMessagepublic static final EventType suite
com.foxinmy.weixin4j.qy.suite.WeixinSuiteMessage| Method Detail |
|---|
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||