as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持

ICustomerListEntriesHandler

ICustomerListEntriesHandler

内容提供商应用程序实现的接口,用于处理来自亚马逊内容个性化服务的命令,以获取客户管理列表数据。

方法

getAllCustomerListEntries()

getAllCustomerListEntries(listType, customerListEntriesProvider): void

处理GetAllCustomerListEntries命令。GetAllCustomerListEntries命令要求发送完整的客户管理列表作为响应。实现此API时可采用ICustomerListEntriesProvider.addCustomerListChunk(...) 方法,分块提供客户管理列表数据。当调用ICustomerListEntriesProvider.commit() 时,所有提供的客户管理列表数据都将提交到亚马逊的内容个性化云端服务。

参数

listType

WATCHLIST

所请求的客户管理列表类型(即播放列表)

customerListEntriesProvider

ICustomerListEntriesProvider

用于发送响应的ICustomerListEntriesProvider对象。

返回值

void


Last updated: 2025年10月2日