\AlphredNotification

Creates simple notifications on OS X 10.8+

Summary

Methods
Properties
Constants
notify()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$sounds
N/A

Properties

$sounds

$sounds : array

The available, built-in sounds that you can use

Type

array

Methods

notify()

notify(string|array  $options) : boolean

Sends a system notification

The notification will always have the script editor icon on it. Use CocoaDialog for better notifications.

Parameters

string|array $options

[description]

Returns

boolean —

[description]