Table of Contents

Enum LoginState

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示客户端的登录状态。

public enum LoginState : byte

Fields

LoggedIn = 2

已登录。

LoggedOut = 0

已退出登录。

LoggingIn = 1

正在登录。

LoggingOut = 3

正在退出登录。