com.tencent.mm.sdk.modelmsg
Class GetMessageFromWX

java.lang.Object
  extended by com.tencent.mm.sdk.modelmsg.GetMessageFromWX

public final class GetMessageFromWX
extends java.lang.Object

WeChat sends requests to applications. The application receives the request and call IWXAPI::sendResp() to return the result.
微信发出的向第三方应用请求app message,第三方应用收到后应调用IWXAPI::sendResp()返回处理结果


Nested Class Summary
static class GetMessageFromWX.Req
          
Request class of GetMessageFromWX, extend from BaseReq
GetMessageFromWX请求类,继承自BaseReq
static class GetMessageFromWX.Resp
          
Response class of GetMessageFromWX, extend from BaseResp
GetMessageFromWX响应类,继承自BaseResp
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait