Pushover Notifications Plugin.
Functions - API calls offered directly by the extension
​init​
​sendNotification​
​update​
​validateAPIKeys​
Fields - Variables which can only be accessed from an object returned by a constructor
​apiValidated​
​appAPIKey​
​enabled​
​userAPIKey​
Signature |
|
Type | Function |
Description | Initialises the plugin. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Sends a notification. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Enables or disables Pushover Notifications depending on the user's preferences. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Validates a Pushover User & Application API Key |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Field |
Description | Whether or not the API keys have been validated. |
Signature |
|
Type | Field |
Description | Application API Key |
Signature |
|
Type | Field |
Description | Whether or not the plugin has been enabled. |
Signature |
|
Type | Field |
Description | User API Key |