A B C D E F G H I K L M N O P R S T U V W

S

scene - Variable in class com.tencent.mm.sdk.modelmsg.SendMessageToWX.Req
Target of sharing.
scope - Variable in class com.tencent.mm.sdk.modelmsg.SendAuth.Req
Authorization scope requested by applications

NOTE: 1KB at most

外部应用请求的权限范围

注意:限制长度不能超过1KB

SDK_INT - Static variable in class com.tencent.mm.sdk.constants.Build
sdk version in 32bits integer
0x20000000 4 bits platform version for android
0x01000000 4 bits major version
0x00010000 8 bits minor version
0x00000001 16 bits build version
32位整型标识的SDK版本号
0x20000000 4 bits platform version for android
0x01000000 4 bits major version
0x00010000 8 bits minor version
0x00000001 16 bits build version
SDK_VERSION - Static variable in interface com.tencent.mm.sdk.constants.ConstantsAPI
 
SDK_VERSION_NAME - Static variable in class com.tencent.mm.sdk.constants.Build
version name in string format
文本格式SDK版本号
sdkVer - Variable in class com.tencent.mm.sdk.modelmsg.WXMediaMessage
SDK version number
sdk版本号
SendAuth - Class in com.tencent.mm.sdk.modelmsg
WeChat OAuth authentication; authorizes applications via WeChat client
微信OAuth验证功能,通过微信客户端对第三方请求的权限进行授权
SendAuth.Req - Class in com.tencent.mm.sdk.modelmsg
Request class of SendAuth, extend from BaseReq
SendAuth请求类,继承自BaseReq
SendAuth.Req() - Constructor for class com.tencent.mm.sdk.modelmsg.SendAuth.Req
Build an empty request
构造空请求
SendAuth.Req(Bundle) - Constructor for class com.tencent.mm.sdk.modelmsg.SendAuth.Req
Generate request object from Bundle data
从Bundle数据生成请求对象
SendAuth.Resp - Class in com.tencent.mm.sdk.modelmsg
Response class of SendAuth, extend from BaseResp
SendAuth响应类,继承自BaseResp
SendAuth.Resp() - Constructor for class com.tencent.mm.sdk.modelmsg.SendAuth.Resp
Build an empty response
构造空响应
SendAuth.Resp(Bundle) - Constructor for class com.tencent.mm.sdk.modelmsg.SendAuth.Resp
Generate response object from Bundle data
从Bundle数据生成响应对象
SendMessageToWX - Class in com.tencent.mm.sdk.modelmsg
Message sharing request started by applications
第三方应用主动向微信发起的消息分享请求
SendMessageToWX.Req - Class in com.tencent.mm.sdk.modelmsg
Request class of SendMessageToWX, extend from BaseReq
SendMessageToWX请求类,继承自BaseReq
SendMessageToWX.Req() - Constructor for class com.tencent.mm.sdk.modelmsg.SendMessageToWX.Req
Build an empty request
构造空请求
SendMessageToWX.Req(Bundle) - Constructor for class com.tencent.mm.sdk.modelmsg.SendMessageToWX.Req
Generate request object from Bundle data
从Bundle数据生成请求对象
SendMessageToWX.Resp - Class in com.tencent.mm.sdk.modelmsg
Response class of SendMessageToWX, extend from BaseResp
SendMessageToWX响应类,继承自BaseResp
SendMessageToWX.Resp() - Constructor for class com.tencent.mm.sdk.modelmsg.SendMessageToWX.Resp
Build an empty response
构造空响应
SendMessageToWX.Resp(Bundle) - Constructor for class com.tencent.mm.sdk.modelmsg.SendMessageToWX.Resp
Generate response object from Bundle data
从Bundle数据生成响应对象
sendReq(BaseReq) - Method in interface com.tencent.mm.sdk.openapi.IWXAPI
send request to wechat app
sendResp(BaseResp) - Method in interface com.tencent.mm.sdk.openapi.IWXAPI
send response to wechat app, make sure that the response have same transaction with request
serialize(Bundle) - Method in class com.tencent.mm.sdk.modelmsg.WXAppExtendObject
 
serialize(Bundle) - Method in class com.tencent.mm.sdk.modelmsg.WXEmojiObject
 
serialize(Bundle) - Method in class com.tencent.mm.sdk.modelmsg.WXFileObject
 
serialize(Bundle) - Method in class com.tencent.mm.sdk.modelmsg.WXImageObject
 
serialize(Bundle) - Method in interface com.tencent.mm.sdk.modelmsg.WXMediaMessage.IMediaObject
Serialize member variables to bundle object
将成员变量序列化到bundle对象中
serialize(Bundle) - Method in class com.tencent.mm.sdk.modelmsg.WXMusicObject
 
serialize(Bundle) - Method in class com.tencent.mm.sdk.modelmsg.WXTextObject
 
serialize(Bundle) - Method in class com.tencent.mm.sdk.modelmsg.WXVideoObject
 
serialize(Bundle) - Method in class com.tencent.mm.sdk.modelmsg.WXWebpageObject
 
setContentLengthLimit(int) - Method in class com.tencent.mm.sdk.modelmsg.WXFileObject
 
setEmojiData(byte[]) - Method in class com.tencent.mm.sdk.modelmsg.WXEmojiObject
 
setEmojiPath(String) - Method in class com.tencent.mm.sdk.modelmsg.WXEmojiObject
 
setFileData(byte[]) - Method in class com.tencent.mm.sdk.modelmsg.WXFileObject
 
setFilePath(String) - Method in class com.tencent.mm.sdk.modelmsg.WXFileObject
 
setImagePath(String) - Method in class com.tencent.mm.sdk.modelmsg.WXImageObject
 
setThumbImage(Bitmap) - Method in class com.tencent.mm.sdk.modelmsg.WXMediaMessage
Set the thumbnail via bitmap object
通过位图对象设置缩略图
ShowMessageFromWX - Class in com.tencent.mm.sdk.modelmsg
Message displaying request that WeChat sends to applications
微信向第三方应用发起的消息展示请求
ShowMessageFromWX.Req - Class in com.tencent.mm.sdk.modelmsg
Request class of ShowMessageFromWX, inherited from BaseReq
ShowMessageFromWX请求类,继承自BaseReq
ShowMessageFromWX.Req() - Constructor for class com.tencent.mm.sdk.modelmsg.ShowMessageFromWX.Req
Build an empty request
构造空请求
ShowMessageFromWX.Req(Bundle) - Constructor for class com.tencent.mm.sdk.modelmsg.ShowMessageFromWX.Req
Generate request object from Bundle data
从Bundle数据生成请求对象
ShowMessageFromWX.Resp - Class in com.tencent.mm.sdk.modelmsg
Response class of ShowMessageFromWX, inherited from BaseResp
ShowMessageFromWX响应类,继承自BaseResp
ShowMessageFromWX.Resp() - Constructor for class com.tencent.mm.sdk.modelmsg.ShowMessageFromWX.Resp
Build an empty response
构造空响应
ShowMessageFromWX.Resp(Bundle) - Constructor for class com.tencent.mm.sdk.modelmsg.ShowMessageFromWX.Resp
Generate response object from Bundle data
从Bundle数据生成响应对象
sign - Variable in class com.tencent.mm.sdk.modelpay.PayReq
Signature that the merchant made for the data according to documents on WeChat Developer Platform
商家根据微信开放平台文档对数据做的签名
state - Variable in class com.tencent.mm.sdk.modelmsg.SendAuth.Req
Used to indentify applications; returned by WeChat after authentication.
state - Variable in class com.tencent.mm.sdk.modelmsg.SendAuth.Resp
Used to indentify applications; returned by WeChat after authentication.

A B C D E F G H I K L M N O P R S T U V W