Table of Contents

Enum AvatarStatus

Namespace
Nova.Avalonia.UI.Controls
Assembly
Nova.Avalonia.UI.dll

Status indicator for Avatar (online status, notifications, etc.). Default colors are provided by the Avatar control; set StatusColor to override.

public enum AvatarStatus

Fields

Away = 3

Contact is away/idle.

Busy = 4

Contact is busy.

DoNotDisturb = 5

Contact should not be disturbed.

None = 0
Offline = 2

Contact is not reachable.

Online = 1

Contact is reachable and active.