Module | Guard::Notifier::NotifySend |
In: |
lib/guard/notifiers/notifysend.rb
|
Test if the notification program is available.
@param [Boolean] silent true if no error messages should be shown @return [Boolean] the availability status
Show a system notification.
@param [String] type the notification type. Either ‘success’, ‘pending’, ‘failed’ or ‘notify’ @param [String] title the notification title @param [String] message the notification message body @param [String] image the path to the notification image @param [Hash] options additional notification library options @option options [String] c the notification category @option options [Number] t the number of milliseconds to display (1000, 3000)