Table of Contents

Enum ClientType

Namespace
Kook
Assembly
Kook.Net.Core.dll

Defines the types of clients a user can be active on.

public enum ClientType

Fields

Android = 1

The user is active using the Android application.

WebSocket = 0

The user is active using a WebSocket connection to the server.

iOS = 2

The user is active using the iOS application.