setContent
Defines the content of an attachment in Optimizely Campaign.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
attachmentId | long | ID of the attachment |
content | byte[Â ] | Content of the attachment (in binary form) |
Return values
-
Code structure
void setContent(String sessionId, long attachmentId, byte[] content)
Updated almost 3 years ago
Next