as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

ICustomerListEntriesHandler

Interface that content provider applications implement to handle commands from Amazon's content personalization service to fetch customer managed list data.

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


Last updated: Oct 02, 2025