C# Class WebWeChat.Im.Module.Impl.LoginModule

Inheritance: WeChatModule, ILoginModule
Mostrar archivo Open project: huoshan12345/iQQ.Net

Public Methods

Method Description
BeginSyncCheck ( ) : void
Login ( ActionEventListener listener = null ) : Task
LoginModule ( IWeChatContext context ) : System

Method Details

BeginSyncCheck() public method

public BeginSyncCheck ( ) : void
return void

Login() public method

public Login ( ActionEventListener listener = null ) : Task
listener ActionEventListener
return Task

LoginModule() public method

public LoginModule ( IWeChatContext context ) : System
context IWeChatContext
return System