Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Interface for ChannelServer that provides the ability to set a handler for channel use cases.

Deprecated

This interface is deprecated. Please use {IChannelServer2} instead.

Accessors

handler

Set Signature

set handler(handler): void Sets the handler to receive callbacks to handle channel commands.
Parameters
handler
IChannelHandler The handler to set on the ChannelServer instance.
Returns
void
Last modified on October 2, 2025