struct

Config::Resolved

Inherits Struct < Value < Object

通知の見た目と鳴り方を決める項目の集合。 defaults と rules はどちらもこの項目集合を持ち、rules 側は省略した項目を defaults から継承する。

Constructors

new(timeout_mode : TimeoutMode, timeout : Float64, dynamic_timeout : DynamicTimeout, max_body_length : Int32, title_template : String, icon : String, opacity : Float64, volume : Float64, sound : String)
Source

Instance methods

dynamic_timeout
Source
icon
Source
max_body_length
Source
opacity
Source
sound
Source
timeout
Source
timeout_mode
Source
title_template
Source
volume
Source