Methods
getAllCustomerListEntries()
getAllCustomerListEntries(listType, customerListEntriesProvider): void
Handles the GetAllCustomerListEntries command.
GetAllCustomerListEntries commands request that the complete list of a customer managed list be sent in response.
Implementation of this API can use the ICustomerListEntriesProvider.addCustomerListChunk(...) method to provide customer managed list data in chunks.
When ICustomerListEntriesProvider.commit() is invoked all of the provided customer managed list data will be committed to Amazon’s content personalization cloud service.
Parameters
listType
WATCHLIST
The type of customer managed list requested (ie. watchlist)
customerListEntriesProvider
ICustomerListEntriesProvider
A ICustomerListEntriesProvider object to send responses with.
Returns
void

