Table of Contents

Class SocketPresence

Namespace
Kook.WebSocket
Assembly
Kook.Net.WebSocket.dll

表示一个基于网关的用户实时状态。

public class SocketPresence : IPresence
Inheritance
SocketPresence
Implements
Inherited Members

Properties

ActiveClient

获取此用于当前登录的客户端类型。

public ClientType? ActiveClient { get; }

Property Value

ClientType?

IsOnline

获取此用户当前是否在线。

public bool? IsOnline { get; }

Property Value

bool?