Package com.foxinmy.weixin4j.jssdk
Enum JSSDKAPI
- java.lang.Object
-
- java.lang.Enum<JSSDKAPI>
-
- com.foxinmy.weixin4j.jssdk.JSSDKAPI
-
- All Implemented Interfaces:
Serializable
,Comparable<JSSDKAPI>
public enum JSSDKAPI extends Enum<JSSDKAPI>
JSSDK接口列表
-
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description static JSSDKAPI[]
ALL_SHARE_APIS
static JSSDKAPI[]
BEACON_APIS
摇一摇周边接口集合static JSSDKAPI[]
CARD_APIS
微信卡券接口集合static JSSDKAPI[]
CHAT_APIS
企业号会话接口集合static JSSDKAPI[]
DEVICE_APIS
设备信息接口集合static JSSDKAPI[]
IMAGE_APIS
图像接口集合static JSSDKAPI[]
LOCATION_APIS
地理位置接口集合static JSSDKAPI[]
MP_ALL_APIS
公众平台全部接口集合static JSSDKAPI[]
PAY_APIS
微信支付接口集合static JSSDKAPI[]
QY_ALL_APIS
企业号全部接口集合static JSSDKAPI[]
RECORD_APIS
音频接口集合static JSSDKAPI[]
SCAN_APIS
微信扫一扫接口集合static JSSDKAPI[]
SEM_APIS
智能接口集合static JSSDKAPI[]
SHARE_APIS
Deprecated.static JSSDKAPI[]
SHOP_APIS
微信小店接口集合static JSSDKAPI[]
UI_APIS
界面操作接口集合
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JSSDKAPI
valueOf(String name)
Returns the enum constant of this type with the specified name.static JSSDKAPI[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
updateAppMessageShareData
public static final JSSDKAPI updateAppMessageShareData
-
updateTimelineShareData
public static final JSSDKAPI updateTimelineShareData
-
onMenuShareTimeline
@Deprecated public static final JSSDKAPI onMenuShareTimeline
Deprecated.
-
onMenuShareAppMessage
@Deprecated public static final JSSDKAPI onMenuShareAppMessage
Deprecated.
-
onMenuShareQQ
@Deprecated public static final JSSDKAPI onMenuShareQQ
Deprecated.
-
onMenuShareWeibo
public static final JSSDKAPI onMenuShareWeibo
-
onMenuShareQZone
public static final JSSDKAPI onMenuShareQZone
-
chooseImage
public static final JSSDKAPI chooseImage
-
previewImage
public static final JSSDKAPI previewImage
-
uploadImage
public static final JSSDKAPI uploadImage
-
downloadImage
public static final JSSDKAPI downloadImage
-
startRecord
public static final JSSDKAPI startRecord
-
stopRecord
public static final JSSDKAPI stopRecord
-
onVoiceRecordEnd
public static final JSSDKAPI onVoiceRecordEnd
-
playVoice
public static final JSSDKAPI playVoice
-
pauseVoice
public static final JSSDKAPI pauseVoice
-
stopVoice
public static final JSSDKAPI stopVoice
-
onVoicePlayEnd
public static final JSSDKAPI onVoicePlayEnd
-
uploadVoice
public static final JSSDKAPI uploadVoice
-
downloadVoice
public static final JSSDKAPI downloadVoice
-
translateVoice
public static final JSSDKAPI translateVoice
-
getNetworkType
public static final JSSDKAPI getNetworkType
-
openLocation
public static final JSSDKAPI openLocation
-
getLocation
public static final JSSDKAPI getLocation
-
startSearchBeacons
public static final JSSDKAPI startSearchBeacons
-
stopSearchBeacons
public static final JSSDKAPI stopSearchBeacons
-
onSearchBeacons
public static final JSSDKAPI onSearchBeacons
-
hideOptionMenu
public static final JSSDKAPI hideOptionMenu
-
showOptionMenu
public static final JSSDKAPI showOptionMenu
-
closeWindow
public static final JSSDKAPI closeWindow
-
hideMenuItems
public static final JSSDKAPI hideMenuItems
-
showMenuItems
public static final JSSDKAPI showMenuItems
-
hideAllNonBaseMenuItem
public static final JSSDKAPI hideAllNonBaseMenuItem
-
showAllNonBaseMenuItem
public static final JSSDKAPI showAllNonBaseMenuItem
-
scanQRCode
public static final JSSDKAPI scanQRCode
-
openProductSpecificView
public static final JSSDKAPI openProductSpecificView
-
chooseCard
public static final JSSDKAPI chooseCard
-
addCard
public static final JSSDKAPI addCard
-
openCard
public static final JSSDKAPI openCard
-
consumeAndShareCard
public static final JSSDKAPI consumeAndShareCard
-
chooseWXPay
public static final JSSDKAPI chooseWXPay
-
openEnterpriseChat
public static final JSSDKAPI openEnterpriseChat
-
openEnterpriseContact
public static final JSSDKAPI openEnterpriseContact
-
selectEnterpriseContact
public static final JSSDKAPI selectEnterpriseContact
-
sendEnterpriseChat
public static final JSSDKAPI sendEnterpriseChat
-
-
Field Detail
-
SHARE_APIS
@Deprecated public static final JSSDKAPI[] SHARE_APIS
Deprecated.分享接口集合
-
ALL_SHARE_APIS
public static final JSSDKAPI[] ALL_SHARE_APIS
-
IMAGE_APIS
public static final JSSDKAPI[] IMAGE_APIS
图像接口集合
-
RECORD_APIS
public static final JSSDKAPI[] RECORD_APIS
音频接口集合
-
SEM_APIS
public static final JSSDKAPI[] SEM_APIS
智能接口集合
-
DEVICE_APIS
public static final JSSDKAPI[] DEVICE_APIS
设备信息接口集合
-
LOCATION_APIS
public static final JSSDKAPI[] LOCATION_APIS
地理位置接口集合
-
BEACON_APIS
public static final JSSDKAPI[] BEACON_APIS
摇一摇周边接口集合
-
UI_APIS
public static final JSSDKAPI[] UI_APIS
界面操作接口集合
-
SCAN_APIS
public static final JSSDKAPI[] SCAN_APIS
微信扫一扫接口集合
-
SHOP_APIS
public static final JSSDKAPI[] SHOP_APIS
微信小店接口集合
-
CARD_APIS
public static final JSSDKAPI[] CARD_APIS
微信卡券接口集合
-
PAY_APIS
public static final JSSDKAPI[] PAY_APIS
微信支付接口集合
-
CHAT_APIS
public static final JSSDKAPI[] CHAT_APIS
企业号会话接口集合
-
MP_ALL_APIS
public static final JSSDKAPI[] MP_ALL_APIS
公众平台全部接口集合
-
QY_ALL_APIS
public static final JSSDKAPI[] QY_ALL_APIS
企业号全部接口集合
-
-
Method Detail
-
values
public static JSSDKAPI[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (JSSDKAPI c : JSSDKAPI.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static JSSDKAPI valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-