- CSDKSendToDesktop
A global object that lets you interact with the Creative SDK Send To Desktop API.
- successCallback :
function
A callback to be used upon sending of an image. This callback has no parameters.
- failureCallback :
function
A callback to handle errors when attempting to send an image.
A global object that lets you interact with the Creative SDK Send To Desktop API.
Kind: global variable
Kind: static enum property of CSDKSendToDesktop
Properties
Name | Type | Default | Description |
---|---|---|---|
PHOTOSHOP | number |
0 |
Send to Photoshop |
INDESIGN | number |
1 |
Send to InDesign |
ILLUSTRATOR | number |
2 |
Send to Illustrator |
sends an image to an Adobe desktop app.
Kind: static method of CSDKSendToDesktop
Param | Type | Description |
---|---|---|
successCallback | successCallback |
See type definition. |
failureCallback | failureCallback |
See type definition. |
uri | string |
URI of the image to be sent. |
ccApplication | AppType |
The Adobe Creative Cloud desktop application you are sending to. |
mimeType | string |
The mime type of the image you are sending. |
A callback to be used upon sending of an image. This callback has no parameters.
A callback to handle errors when attempting to send an image.
Kind: global typedef
Param | Type | Description |
---|---|---|
error | Object |
Error object. |