LavaUI docs

struct NotificationInfo

Swift

struct NotificationInfo

One live desktop notification, as the server holds it.

Sources/LavaUI/Editor.swift:931

Properties

var actionCount: Int

Not documented.

Sources/LavaUI/Editor.swift:947

var appName: String

Not documented.

Sources/LavaUI/Editor.swift:934

var body: String

Not documented.

Sources/LavaUI/Editor.swift:936

var iconHeight: Int

Not documented.

Sources/LavaUI/Editor.swift:941

var iconPath: String

Resolved file for app_icon or the image-path hint.

Sources/LavaUI/Editor.swift:938

var iconRgba: [UInt8]

Not documented.

Sources/LavaUI/Editor.swift:942

var iconWidth: Int

Pixels from the image-data hint, RGBA8, when the sender sent its own.

Sources/LavaUI/Editor.swift:940

var id: UInt32

The protocol's id, which is what actions and closing speak in.

Sources/LavaUI/Editor.swift:933

var remainingMs: Int64

Milliseconds left, or 0 when it waits for the user instead.

Sources/LavaUI/Editor.swift:946

var summary: String

Not documented.

Sources/LavaUI/Editor.swift:935

var urgency: UInt8

0 low, 1 normal, 2 critical.

Sources/LavaUI/Editor.swift:944