docs » plugins.finalcutpro.notifications.ifttt
IFTTT Notifications Plugin.
Author: JFtechOfficial
- Functions - API calls offered directly by the extension
- init
- sendNotification
- update
- Fields - Variables which can only be accessed from an object returned by a constructor
- appAPIKey
- enabled
- userAPIKey
| Signature | plugins.finalcutpro.notifications.ifttt.init() -> none |
|---|---|
| Type | Function |
| Description | Initialises the plugin. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.notifications.ifttt.sendNotification(message, [title]) -> none |
|---|---|
| Type | Function |
| Description | Sends a notification. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.notifications.ifttt.update() -> none |
|---|---|
| Type | Function |
| Description | Enables or disables ifttt Notifications depending on the user's preferences. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.notifications.ifttt.appAPIKey <cp.prop: string> |
|---|---|
| Type | Field |
| Description | Application API Key |
| Signature | plugins.finalcutpro.notifications.ifttt.enabled <cp.prop: boolean> |
|---|---|
| Type | Field |
| Description | Whether or not the plugin has been enabled. |
| Signature | plugins.finalcutpro.notifications.ifttt.userAPIKey <cp.prop: string> |
|---|---|
| Type | Field |
| Description | User API Key |