Versions in this module Expand all Collapse all v0 v0.1.1 Aug 14, 2024 v0.1.0 Aug 3, 2024 v0.0.0 Jul 22, 2024 Changes in this version + const ContentPort + const ImportanceDefault + const ImportanceHigh + const ImportanceLow + const ImportanceMax + const ImportanceMin + const ImportanceNone + const ImportanceUnspecified + const NotifyPort + const PriorityDefault + const PriorityHigh + const PriorityLow + const PriorityMax + const PriorityMin + type Action struct + Icon string + Intent *Intent + Title string + type Channel struct + Id string + Importance int + Name string + type ContentServiceApi interface + Info func(uri string) (files *Info, err error) + Reader func(uri string, offset int64) (err error) + String func() string + type Info struct + Mime string + Name string + Size int64 + Uri string + type Intent struct + Action string + Type string + Uri string + type Notification struct + Action *Action + AutoCancel bool + ChannelId string + ContentInfo string + ContentIntent *Intent + ContentText string + ContentTitle string + Defaults int + Group string + GroupSummary bool + Id int + Number int + Ongoing bool + OnlyAlertOnce bool + Priority int + Progress *Progress + Silent bool + SmallIcon string + SubText string + Ticker string + type NotifyServiceApi interface + Create func(channel *Channel) (err error) + Notify func(notification *Notification) (err error) + String func() string + type Progress struct + Current int + Indeterminate bool + Max int