public static enum PSModelEnums.WXMenuFuncType extends java.lang.Enum<PSModelEnums.WXMenuFuncType>
点击推事件
跳转URL
扫码推事件
扫码推事件(且弹出“消息接收中”提示框)
弹出系统拍照发图
弹出拍照或者相册发图
弹出企业微信相册发图器
弹出地理位置选择器
| 枚举常量和说明 |
|---|
CLICK |
LOCATION_SELECT |
PIC_PHOTO_OR_ALBUM |
PIC_SYSPHOTO |
PIC_WEIXIN |
SCANCODE_PUSH |
SCANCODE_WAITMSG |
VIEW |
| 限定符和类型 | 方法和说明 |
|---|---|
static PSModelEnums.WXMenuFuncType |
from(java.lang.String value) |
static PSModelEnums.WXMenuFuncType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static PSModelEnums.WXMenuFuncType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final PSModelEnums.WXMenuFuncType CLICK
public static final PSModelEnums.WXMenuFuncType VIEW
public static final PSModelEnums.WXMenuFuncType SCANCODE_PUSH
public static final PSModelEnums.WXMenuFuncType SCANCODE_WAITMSG
public static final PSModelEnums.WXMenuFuncType PIC_SYSPHOTO
public static final PSModelEnums.WXMenuFuncType PIC_PHOTO_OR_ALBUM
public static final PSModelEnums.WXMenuFuncType PIC_WEIXIN
public static final PSModelEnums.WXMenuFuncType LOCATION_SELECT
public static PSModelEnums.WXMenuFuncType[] values()
for (PSModelEnums.WXMenuFuncType c : PSModelEnums.WXMenuFuncType.values()) System.out.println(c);
public static PSModelEnums.WXMenuFuncType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static PSModelEnums.WXMenuFuncType from(java.lang.String value)