as

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

IContentLauncherHandler

Interface for ContentLauncherHandler.

Apps that support Content Launcher should implement this interface and provide an instance using IContentLauncherServer.

Methods

handleLaunchContent()

handleLaunchContent(contentSearch, autoPlay, optionalFields): Promise<ILauncherResponse>

Handler to receive callback for Launch Content.

Parameters

contentSearch

IContentSearch

Content search payload that has details of content to be launched.

autoPlay

boolean

When true, content should be played, otherwise display search results.

optionalFields

ILaunchContentOptionalFields

Optional Fields for launch content.

Returns

Promise<ILauncherResponse>


Last updated: Oct 02, 2025