getServerTime

功能介绍

获取服务器当前时间

web不支持该接口

参数详解

此API无参数

返回模板

V2TimValueCallback<int>

{
    code : int
    desc : String
    data : int//服务器当前时间
}

返回值详解

名称 数值类型 描述
code int 请求结果错误码
desc String 请求结果描述符
data bool 服务器当前时间

代码示例

    //获取服务器当前时间
    V2TimValueCallback<int> getServerTimeRes =
        await TencentImSDKPlugin.v2TIMManager.getServerTime();
    if (getServerTimeRes.code == 0) {
      //获取成功
      getServerTimeRes.data;//服务器当前时间
    }

results matching ""

    No results matching ""