Versions in this module Expand all Collapse all v1 v1.0.0 Nov 13, 2023 Changes in this version + const Default + const IM + const LoopingAlarm + const LoopingAlarm10 + const LoopingAlarm2 + const LoopingAlarm3 + const LoopingAlarm4 + const LoopingAlarm5 + const LoopingAlarm6 + const LoopingAlarm7 + const LoopingAlarm8 + const LoopingAlarm9 + const LoopingCall + const LoopingCall10 + const LoopingCall2 + const LoopingCall3 + const LoopingCall4 + const LoopingCall5 + const LoopingCall6 + const LoopingCall7 + const LoopingCall8 + const LoopingCall9 + const Mail + const Reminder + const SMS + const Silent + var ErrorInvalidAudio = errors.New("toast: invalid audio") + var ErrorInvalidDuration = errors.New("toast: invalid duration") + type Action struct + Arguments string + Label string + Type string + type Notification struct + Actions []Action + ActivationArguments string + ActivationType string + AppID string + Audio ToastAudio + Duration ToastDuration + Icon string + Loop bool + Message string + Title string + func (n *Notification) Push() error + type ToastAudio string + func Audio(name string) (ToastAudio, error) + type ToastDuration string + const Long + const Short + func Duration(name string) (ToastDuration, error)