as

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

IChannelServer

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 updated: Sep 30, 2025