Type alias V2NIMKickedOfflineDetail

V2NIMKickedOfflineDetail: {
    clientType: V2NIMLoginClientType;
    customClientType: number;
    reason: V2NIMKickedOfflineReason;
    reasonDesc: string;
}

Type declaration

  • clientType: V2NIMLoginClientType

    客户端类型

  • customClientType: number

    自定义客户端类型

  • reason: V2NIMKickedOfflineReason

    原因

  • reasonDesc: string

    描述

Generated using TypeDoc