C# Class WeChatDemo.WeChatCallback

Inheritance: MicroMsg.sdk.WXEntryBasePage
Datei anzeigen Open project: zhxilin/WeChatSDK Class Usage Examples

Public Methods

Method Description
OnSendAuthResponse ( SendAuth response ) : void
OnSendMessageToWXResponse ( SendMessageToWX response ) : void

Method Details

OnSendAuthResponse() public method

public OnSendAuthResponse ( SendAuth response ) : void
response MicroMsg.sdk.SendAuth
return void

OnSendMessageToWXResponse() public method

public OnSendMessageToWXResponse ( SendMessageToWX response ) : void
response MicroMsg.sdk.SendMessageToWX
return void