as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

IContentLauncherServer

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

Methods

setHandler()

setHandler(handler): void

Sets the handler to receive callbacks for Content Launcher.

Parameters

handler

IContentLauncherHandler

Content Launcher Handler to set.

Returns

void


setHandlerForComponent()

setHandlerForComponent(handler, instance): 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.

Returns

void


Last updated: Sep 30, 2025