struct

Notify::Icon

Inherits Struct < Value < Object

通知アイコンの指定。 シンク側の組み込みアイコン名か、PNG 画像の base64 表現のどちらかを表す。

Constructors

base64(data : String) : Icon
Source
builtin(name : String) : Icon
Source
new(kind : Kind, value : String)
Source

Instance methods

base64?
Source
builtin?
Source
kind
Source
value
Source

Nested types