更新时间:2024-08-22 GMT+08:00
分享

onForceUnReg(注销)

事件描述

账号注销后收到此事件上报。

事件示例

{
    "description": "TSDK_E_LOGIN_EVT_LOGOUT_SUCCESS",
    "notify": 1006,
    "param": {
        "serviceAccountType": 0,
        "userId": 0
    }
}

参数描述

表1 参数说明

参数名

类型

描述

description

String

当前请求描述。

notify

Number

内部事件编号。

param

Param

事件内容。

表2 Param

参数名

类型

描述

userId

Number

userid。

serviceAccountType

Number

保留字段。

相关文档