Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

IContentLauncherServer

Interface for ContentLauncherServer that provides the ability to set a handler for Content Launcher use cases.

Methods

setHandler()

setHandler(handler: IContentLauncherHandler): void

Sets the handler to receive callbacks for Content Launcher.

Parameters

handler

IContentLauncherHandler

Content Launcher Handler to set.


setHandlerForComponent()

setHandlerForComponent(handler: IContentLauncherHandler, instance: IComponentInstance): void

Sets the handler to receive callbacks for Content Launcher for a given component.

Parameters

handler

IContentLauncherHandler

Content Launcher Handler to set.

instance

IComponentInstance

IComponentInstance for which the handler is to be set.


Last updated: Aug 02, 2026