append
Add additional images to a currently running slideshow.
Declaration
void append(
in Object imageRequests
);Parameters
- imageRequests:
An array of image request objects.
Discussion
The imageRequests parameter contains an array of image request objects that can have the following formatting:
An array of URLs.
A dictionary with two key-value pairs,
headersandurls.headersprovides a dictionary of headers that is included with all image requests.urlscontains an array of URLs.