![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <IPCHandlerRegistrationInterface.h>
Public Member Functions | |
virtual | ~IPCHandlerRegistrationInterface ()=default |
virtual std::shared_ptr< IPCDispatcherInterface > | registerHandler (const std::string &ipcNamespace, std::weak_ptr< IPCHandlerBase > handler)=0 |
virtual bool | deregisterHandler (const std::string &ipcNamespace)=0 |
A contract to register IPC message handler for a given namespace.
|
virtualdefault |
Default Destructor.
|
pure virtual |
De-registers a IPC handler interface for a given namespace
ipcNamespace | Namespace for the IPC handler to be de-registered. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCRouter.
|
pure virtual |
Registers a IPC handler interface for a given namespace
ipcNamespace | Namespace for the IPC handler to be registered. |
handler | A weak pointer to the handler instance. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCRouter.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0