Table of Contents

Enum Status

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Represents a user's online status/presence.

public enum Status

Fields

Dnd = 1

User is in "Do Not Disturb" mode (busy, notifications suppressed).

Idle = 2

User is idle/away from keyboard.

Invisible = 3

User appears offline to others (invisible mode).

Online = 0

User is online and active.