struct

Notify::Incoming

Inherits Struct < Value < Object

ソースに依存しない受信通知。 ソースは自分の取得結果をこの形に変換して返し、それ以降の処理はソースの素性を見ない。

Constructors

new(source : String, app_id : String, app_name : String, title : String, body : String, icon : Icon | Nil = nil, created_at : Time = Time.utc)
Source

Instance methods

app_id
Source
app_name
Source
body
Source
created_at
Source
icon
Source
source
Source
title
Source