程序包 | 说明 |
---|---|
com.qcloud.weapp | |
com.qcloud.weapp.authorization | |
com.qcloud.weapp.tunnel |
限定符和类型 | 方法和说明 |
---|---|
static Configuration |
ConfigurationManager.getCurrentConfiguration()
获取当前的 SDK 配置
|
static void |
ConfigurationManager.setup(Configuration configuration)
使用指定的配置初始化 SDK
|
static void |
ConfigurationManager.setupFromFile(java.lang.String configFilePath)
从配置文件初始化 SDK
|
限定符和类型 | 方法和说明 |
---|---|
UserInfo |
LoginService.check()
检查当前请求的会话状态
|
UserInfo |
LoginService.login()
处理登录请求
|
限定符和类型 | 方法和说明 |
---|---|
void |
TunnelService.handle(TunnelHandler handler,
TunnelHandleOptions options)
处理 WebSocket 信道请求
|