AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Functions | Variables
alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces Namespace Reference

Classes

class  AplCreateRendererMessage
 
class  AplViewhostMessage
 
class  CallStateChangeMessage
 
class  ClearCameraMessage
 
class  ClearPlayerInfoCardMessage
 
class  ClearRenderTemplateCardMessage
 
class  ClearWindowMessage
 
class  CompleteAuthorizationMessage
 
class  ConfigureClientMessage
 
class  InitClientMessage
 
class  ProcessChannelResultMessage
 
class  ProcessFocusChangedMessage
 
class  RenderCameraMessage
 
class  RenderCaptionsMessage
 
class  RenderPlayerInfoMessage
 
class  RenderTemplateMessage
 
class  SetAlexaStateMessage
 
class  SetAuthorizationStateMessage
 
class  SetCameraStateMessage
 
class  SetCaptionsStateMessage
 
class  SetDoNotDisturbStateMessage
 
class  SetLocalesMessage
 
class  SetVisualCharacteristicsMessage
 

Functions

static const int IPC_MSG_VERSION_CAPTIONS (1)
 The namespace version for Captions. More...
 
static const int IPC_MSG_VERSION_APL (1)
 The namespace version for APL. More...
 
static const int IPC_MSG_VERSION_AUDIO_FOCUS_MANAGER (1)
 The namespace version for AudioFocusManager. More...
 
static const int IPC_MSG_VERSION_COMMUNICATIONS (1)
 The namespace version for Communications. More...
 
static const int IPC_MSG_VERSION_DO_NOT_DISTURB (1)
 The namespace version for Do Not Disturb. More...
 
static const int IPC_MSG_VERSION_INTERACTION_MANAGER (1)
 The namespace version for Interaction Manager. More...
 
static const int IPC_MSG_VERSION_LIVE_VIEW_CAMERA (1)
 The namespace version for LiveViewCamera. More...
 
static const int IPC_MSG_VERSION_LOGGER (1)
 The namespace version for Logger. More...
 
static const int IPC_MSG_VERSION_SESSION_SETUP (1)
 The namespace version for SessionSetup. More...
 
static const int IPC_MSG_VERSION_SYSTEM (1)
 The namespace version for System. More...
 
static const int IPC_MSG_VERSION_TEMPLATE_RUNTIME (1)
 The namespace version for TemplateRuntime. More...
 
static const int IPC_MSG_VERSION_WINDOW_MANAGER (1)
 The namespace version for Window Manager. More...
 

Variables

static const char IPC_MSG_NAMESPACE_CAPTIONS [] = "AlexaCaptions"
 The message namespace for Captions. More...
 
static const char IPC_MSG_NAME_RENDER_CAPTIONS [] = "renderCaptions"
 The message name for renderCaptions. More...
 
static const char IPC_MSG_NAME_SET_CAPTIONS_STATE [] = "setCaptionsState"
 The message name for setCaptionsState. More...
 
static const char IPC_MSG_NAME_ENABLED_TAG [] = "enabled"
 The enabled json key in the message. More...
 
static const char IPC_MSG_NAMESPACE_APL [] = "APLClient"
 The message namespace for APLClient. More...
 
static const char IPC_MESSAGE_NAME_VIEWHOST_MESSAGE [] = "sendMessageToViewhost"
 The message name for sendMessageToViewhost. More...
 
static const char IPC_MESSAGE_NAME_CREATE_RENDERER [] = "createRenderer"
 The message name for createRenderer. More...
 
static const char IPC_MSG_NAMESPACE_AUDIO_FOCUS_MANAGER [] = "AudioFocusManager"
 The message namespace for AudioFocusManager. More...
 
static const char IPC_MSG_NAME_PROCESS_CHANNEL_RESULT [] = "processChannelResult"
 The message name for processChannelResult. More...
 
static const char IPC_MSG_RESULT_TAG [] = "result"
 The result json key in the message. More...
 
static const char IPC_MSG_NAME_PROCESS_FOCUS_CHANGED [] = "processFocusChanged"
 The message name for processFocusChanged. More...
 
static const char IPC_MSG_FOCUS_STATE_TAG [] = "focusState"
 The focusState json key in the message. More...
 
static const char IPC_MSG_NAMESPACE_COMMUNICATIONS [] = "Communications"
 The message namespace for Comms. More...
 
static const char IPC_MSG_CALL_STATE_TAG [] = "callState"
 The callState json key in the message. More...
 
static const char IPC_MSG_NAME_CALL_STATE_CHANGE [] = "callStateChange"
 The message name for callStateChange. More...
 
static const char IPC_MSG_CALL_TYPE_TAG [] = "callType"
 The callType json key in the message. More...
 
static const char IPC_MSG_PREVIOUS_SIP_USER_AGENT_STATE_TAG [] = "previousSipUserAgentState"
 The previousSipUserAgentState json key in the message. More...
 
static const char IPC_MSG_CURRENT_SIP_USER_AGENT_STATE_TAG [] = "currentSipUserAgentState"
 The currentSipUserAgentState json key in the message. More...
 
static const char IPC_MSG_DISPLAY_NAME_TAG [] = "displayName"
 The displayName json key in the message. More...
 
static const char IPC_MSG_END_POINT_LABEL_TAG [] = "endpointLabel"
 The endpointLabel json key in the message. More...
 
static const char IPC_MSG_INBOUND_CALLEE_NAME_TAG [] = "inboundCalleeName"
 The inboundCalleeName json key in the message. More...
 
static const char IPC_MSG_CALL_PROVIDER_TYPE_TAG [] = "callProviderType"
 The callProviderType json key in the message. More...
 
static const char IPC_MSG_INBOUND_RINGTONE_URL_TAG [] = "inboundRingtoneUrl"
 The inboundRingtoneUrl json key in the message. More...
 
static const char IPC_MSG_OUTBOUND_RINGBACK_URL_TAG [] = "outboundRingbackUrl"
 The outboundRingbackUrl json key in the message. More...
 
static const char IPC_MSG_IS_DROP_IN_TAG [] = "isDropIn"
 The isDropIn json key in the message. More...
 
static const char IPC_MSG_NAMESPACE_DO_NOT_DISTURB [] = "DoNotDisturb"
 The message namespace for Do Not Disturb. More...
 
static const char IPC_MSG_NAME_SET_DND_SETTING_CHANGE [] = "setDoNotDisturbState"
 The message name for setDoNotDisturbState. More...
 
static const char IPC_MSG_NAMESPACE_INTERACTION_MANAGER [] = "InteractionManager"
 The message namespace for Interaction Manager. More...
 
static const char IPC_MSG_NAMESPACE_LIVE_VIEW_CAMERA [] = "LiveViewCamera"
 The message namespace for LiveViewCamera. More...
 
static const char IPC_MSG_NAME_RENDER_CAMERA [] = "renderCamera"
 The message name for renderCamera. More...
 
static const char IPC_MSG_NAME_SET_CAMERA_STATE [] = "setCameraState"
 The message name for setCameraState. More...
 
static const char IPC_MSG_NAME_CLEAR_CAMERA [] = "clearCamera"
 The message name for clearCamera. More...
 
static const char IPC_MSG_START_LIVE_VIEW_PAYLOAD_TAG [] = "startLiveViewPayload"
 The startLiveViewPayload key in RenderCamera message. More...
 
static const char IPC_MSG_NAMESPACE_LOGGER [] = "Logger"
 The message namespace for Logger. More...
 
static const char IPC_FRAMEWORK_VERSION [] = "1.0.0"
 The version for the IPC Framework. More...
 
static const char IPC_MSG_NAMESPACE_SESSION_SETUP [] = "SessionSetup"
 The message namespace for SessionSetup. More...
 
static const char IPC_MSG_NAME_INIT_CLIENT [] = "initializeClient"
 The message name for initializeClient. More...
 
static const char IPC_MSG_NAME_CONFIGURE_CLIENT [] = "configureClient"
 The message name for configureClient. More...
 
static const char IPC_MSG_IPC_VERSION_TAG [] = "ipcVersion"
 The IPC Framework version key in the message. More...
 
static const char IPC_MSG_NAMESPACE_SYSTEM [] = "System"
 The namespace namespace for System. More...
 
static const char IPC_MSG_NAME_COMPLETE_AUTH [] = "completeAuthorization"
 The message name for completeAuthorization. More...
 
static const char IPC_MSG_NAME_SET_ALEXA_STATE [] = "setAlexaState"
 The message name for setAlexaState. More...
 
static const char IPC_MSG_NAME_SET_AUTH_STATE [] = "setAuthorizationState"
 The message name for setAuthorizationState. More...
 
static const char IPC_MSG_NAME_SET_LOCALES [] = "setLocales"
 The message name for setLocales. More...
 
static const char IPC_MSG_LOCALES_TAG [] = "locales"
 The locales json key in the message. More...
 
static const char IPC_MSG_AUTH_URL_TAG [] = "url"
 The auth url json key in the message. More...
 
static const char IPC_MSG_AUTH_CODE_TAG [] = "code"
 The auth code json key in the message. More...
 
static const char IPC_MSG_CLIENT_ID_TAG [] = "clientId"
 The clientId json key in the message. More...
 
static const char IPC_MSG_NAMESPACE_TEMPLATE_RUNTIME [] = "TemplateRuntime"
 The message namespace for TemplateRuntime. More...
 
static const char IPC_MSG_NAME_CLEAR_PLAYER_INFO_CARD [] = "clearPlayerInfoCard"
 The message name for clearPlayerInfoCard. More...
 
static const char IPC_MSG_NAME_CLEAR_TEMPLATE_CARD [] = "clearTemplateCard"
 The message name for clearTemplateCard. More...
 
static const char IPC_MSG_NAME_RENDER_PLAYER_INFO [] = "renderPlayerInfo"
 The message name for renderPlayerInfo. More...
 
static const char IPC_MSG_AUDIO_PLAYER_STATE_TAG [] = "audioPlayerState"
 The audioPlayerState json key in the message. More...
 
static const char IPC_MSG_AUDIO_OFFSET_TAG [] = "audioOffset"
 The audioOffset json key in the message. More...
 
static const char IPC_MSG_NAME_RENDER_TEMPLATE [] = "renderTemplate"
 The message handler name for renderTemplate. More...
 
static const char IPC_MSG_NAMESPACE_WINDOW_MANAGER [] = "WindowManager"
 The message namespace for Window Manager. More...
 
static const char IPC_MSG_NAME_SET_VISUAL_CHARACTERISTICS [] = "setVisualCharacteristics"
 The message name for set visual characteristics. More...
 
static const char IPC_MSG_NAME_CLEAR_WINDOW [] = "clearWindow"
 The message name for clearWindow. More...
 
static const char IPC_MSG_DEVICE_DISPLAY_TAG [] = "deviceDisplay"
 The device display json key in visual characteristics message. More...
 
static const char IPC_MSG_INTERACTION_MODES_TAG [] = "interactionModes"
 The interaction modes json key in visual characteristics message. More...
 
static const char IPC_MSG_WINDOW_TEMPLATES_TAG [] = "windowTemplates"
 The window templates json key in visual characteristics message. More...
 
static const char VISUAL_CHARACTERISTICS_CAPABILITY_CONFIG_DISPLAY_TAG [] = "display"
 The key in visual characteristics capability config for Device display characteristics. More...
 
static const char VISUAL_CHARACTERISTICS_CAPABILITY_CONFIG_INTERACTION_MODES_TAG [] = "interactionModes"
 The key in visual characteristics capability config for interaction modes configuration. More...
 
static const char VISUAL_CHARACTERISTICS_CAPABILITY_CONFIG_WINDOW_TEMPLATES_TAG [] = "templates"
 The key in visual characteristics capability config for window templates configuration. More...
 

Function Documentation

◆ IPC_MSG_VERSION_APL()

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_APL ( )
static

The namespace version for APL.

◆ IPC_MSG_VERSION_AUDIO_FOCUS_MANAGER()

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_AUDIO_FOCUS_MANAGER ( )
static

The namespace version for AudioFocusManager.

◆ IPC_MSG_VERSION_CAPTIONS()

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_CAPTIONS ( )
static

The namespace version for Captions.

◆ IPC_MSG_VERSION_COMMUNICATIONS()

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_COMMUNICATIONS ( )
static

The namespace version for Communications.

◆ IPC_MSG_VERSION_DO_NOT_DISTURB()

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_DO_NOT_DISTURB ( )
static

The namespace version for Do Not Disturb.

◆ IPC_MSG_VERSION_INTERACTION_MANAGER()

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_INTERACTION_MANAGER ( )
static

The namespace version for Interaction Manager.

◆ IPC_MSG_VERSION_LIVE_VIEW_CAMERA()

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_LIVE_VIEW_CAMERA ( )
static

The namespace version for LiveViewCamera.

◆ IPC_MSG_VERSION_LOGGER()

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_LOGGER ( )
static

The namespace version for Logger.

◆ IPC_MSG_VERSION_SESSION_SETUP()

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_SESSION_SETUP ( )
static

The namespace version for SessionSetup.

◆ IPC_MSG_VERSION_SYSTEM()

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_SYSTEM ( )
static

The namespace version for System.

◆ IPC_MSG_VERSION_TEMPLATE_RUNTIME()

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_TEMPLATE_RUNTIME ( )
static

The namespace version for TemplateRuntime.

◆ IPC_MSG_VERSION_WINDOW_MANAGER()

static const int alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_VERSION_WINDOW_MANAGER ( )
static

The namespace version for Window Manager.

Variable Documentation

◆ IPC_FRAMEWORK_VERSION

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_FRAMEWORK_VERSION[] = "1.0.0"
static

The version for the IPC Framework.

◆ IPC_MESSAGE_NAME_CREATE_RENDERER

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MESSAGE_NAME_CREATE_RENDERER[] = "createRenderer"
static

The message name for createRenderer.

◆ IPC_MESSAGE_NAME_VIEWHOST_MESSAGE

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MESSAGE_NAME_VIEWHOST_MESSAGE[] = "sendMessageToViewhost"
static

The message name for sendMessageToViewhost.

◆ IPC_MSG_AUDIO_OFFSET_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_AUDIO_OFFSET_TAG[] = "audioOffset"
static

The audioOffset json key in the message.

◆ IPC_MSG_AUDIO_PLAYER_STATE_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_AUDIO_PLAYER_STATE_TAG[] = "audioPlayerState"
static

The audioPlayerState json key in the message.

◆ IPC_MSG_AUTH_CODE_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_AUTH_CODE_TAG[] = "code"
static

The auth code json key in the message.

◆ IPC_MSG_AUTH_URL_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_AUTH_URL_TAG[] = "url"
static

The auth url json key in the message.

◆ IPC_MSG_CALL_PROVIDER_TYPE_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_CALL_PROVIDER_TYPE_TAG[] = "callProviderType"
static

The callProviderType json key in the message.

◆ IPC_MSG_CALL_STATE_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_CALL_STATE_TAG[] = "callState"
static

The callState json key in the message.

◆ IPC_MSG_CALL_TYPE_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_CALL_TYPE_TAG[] = "callType"
static

The callType json key in the message.

◆ IPC_MSG_CLIENT_ID_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_CLIENT_ID_TAG[] = "clientId"
static

The clientId json key in the message.

◆ IPC_MSG_CURRENT_SIP_USER_AGENT_STATE_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_CURRENT_SIP_USER_AGENT_STATE_TAG[] = "currentSipUserAgentState"
static

The currentSipUserAgentState json key in the message.

◆ IPC_MSG_DEVICE_DISPLAY_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_DEVICE_DISPLAY_TAG[] = "deviceDisplay"
static

The device display json key in visual characteristics message.

◆ IPC_MSG_DISPLAY_NAME_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_DISPLAY_NAME_TAG[] = "displayName"
static

The displayName json key in the message.

◆ IPC_MSG_END_POINT_LABEL_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_END_POINT_LABEL_TAG[] = "endpointLabel"
static

The endpointLabel json key in the message.

◆ IPC_MSG_FOCUS_STATE_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_FOCUS_STATE_TAG[] = "focusState"
static

The focusState json key in the message.

◆ IPC_MSG_INBOUND_CALLEE_NAME_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_INBOUND_CALLEE_NAME_TAG[] = "inboundCalleeName"
static

The inboundCalleeName json key in the message.

◆ IPC_MSG_INBOUND_RINGTONE_URL_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_INBOUND_RINGTONE_URL_TAG[] = "inboundRingtoneUrl"
static

The inboundRingtoneUrl json key in the message.

◆ IPC_MSG_INTERACTION_MODES_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_INTERACTION_MODES_TAG[] = "interactionModes"
static

The interaction modes json key in visual characteristics message.

◆ IPC_MSG_IPC_VERSION_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_IPC_VERSION_TAG[] = "ipcVersion"
static

The IPC Framework version key in the message.

◆ IPC_MSG_IS_DROP_IN_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_IS_DROP_IN_TAG[] = "isDropIn"
static

The isDropIn json key in the message.

◆ IPC_MSG_LOCALES_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_LOCALES_TAG[] = "locales"
static

The locales json key in the message.

◆ IPC_MSG_NAME_CALL_STATE_CHANGE

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_CALL_STATE_CHANGE[] = "callStateChange"
static

The message name for callStateChange.

◆ IPC_MSG_NAME_CLEAR_CAMERA

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_CLEAR_CAMERA[] = "clearCamera"
static

The message name for clearCamera.

◆ IPC_MSG_NAME_CLEAR_PLAYER_INFO_CARD

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_CLEAR_PLAYER_INFO_CARD[] = "clearPlayerInfoCard"
static

The message name for clearPlayerInfoCard.

◆ IPC_MSG_NAME_CLEAR_TEMPLATE_CARD

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_CLEAR_TEMPLATE_CARD[] = "clearTemplateCard"
static

The message name for clearTemplateCard.

◆ IPC_MSG_NAME_CLEAR_WINDOW

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_CLEAR_WINDOW[] = "clearWindow"
static

The message name for clearWindow.

◆ IPC_MSG_NAME_COMPLETE_AUTH

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_COMPLETE_AUTH[] = "completeAuthorization"
static

The message name for completeAuthorization.

◆ IPC_MSG_NAME_CONFIGURE_CLIENT

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_CONFIGURE_CLIENT[] = "configureClient"
static

The message name for configureClient.

◆ IPC_MSG_NAME_ENABLED_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_ENABLED_TAG[] = "enabled"
static

The enabled json key in the message.

◆ IPC_MSG_NAME_INIT_CLIENT

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_INIT_CLIENT[] = "initializeClient"
static

The message name for initializeClient.

◆ IPC_MSG_NAME_PROCESS_CHANNEL_RESULT

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_PROCESS_CHANNEL_RESULT[] = "processChannelResult"
static

The message name for processChannelResult.

◆ IPC_MSG_NAME_PROCESS_FOCUS_CHANGED

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_PROCESS_FOCUS_CHANGED[] = "processFocusChanged"
static

The message name for processFocusChanged.

◆ IPC_MSG_NAME_RENDER_CAMERA

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_RENDER_CAMERA[] = "renderCamera"
static

The message name for renderCamera.

◆ IPC_MSG_NAME_RENDER_CAPTIONS

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_RENDER_CAPTIONS[] = "renderCaptions"
static

The message name for renderCaptions.

◆ IPC_MSG_NAME_RENDER_PLAYER_INFO

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_RENDER_PLAYER_INFO[] = "renderPlayerInfo"
static

The message name for renderPlayerInfo.

◆ IPC_MSG_NAME_RENDER_TEMPLATE

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_RENDER_TEMPLATE[] = "renderTemplate"
static

The message handler name for renderTemplate.

◆ IPC_MSG_NAME_SET_ALEXA_STATE

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_SET_ALEXA_STATE[] = "setAlexaState"
static

The message name for setAlexaState.

◆ IPC_MSG_NAME_SET_AUTH_STATE

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_SET_AUTH_STATE[] = "setAuthorizationState"
static

The message name for setAuthorizationState.

◆ IPC_MSG_NAME_SET_CAMERA_STATE

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_SET_CAMERA_STATE[] = "setCameraState"
static

The message name for setCameraState.

◆ IPC_MSG_NAME_SET_CAPTIONS_STATE

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_SET_CAPTIONS_STATE[] = "setCaptionsState"
static

The message name for setCaptionsState.

◆ IPC_MSG_NAME_SET_DND_SETTING_CHANGE

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_SET_DND_SETTING_CHANGE[] = "setDoNotDisturbState"
static

The message name for setDoNotDisturbState.

◆ IPC_MSG_NAME_SET_LOCALES

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_SET_LOCALES[] = "setLocales"
static

The message name for setLocales.

◆ IPC_MSG_NAME_SET_VISUAL_CHARACTERISTICS

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAME_SET_VISUAL_CHARACTERISTICS[] = "setVisualCharacteristics"
static

The message name for set visual characteristics.

◆ IPC_MSG_NAMESPACE_APL

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_APL[] = "APLClient"
static

The message namespace for APLClient.

◆ IPC_MSG_NAMESPACE_AUDIO_FOCUS_MANAGER

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_AUDIO_FOCUS_MANAGER[] = "AudioFocusManager"
static

The message namespace for AudioFocusManager.

◆ IPC_MSG_NAMESPACE_CAPTIONS

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_CAPTIONS[] = "AlexaCaptions"
static

The message namespace for Captions.

◆ IPC_MSG_NAMESPACE_COMMUNICATIONS

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_COMMUNICATIONS[] = "Communications"
static

The message namespace for Comms.

◆ IPC_MSG_NAMESPACE_DO_NOT_DISTURB

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_DO_NOT_DISTURB[] = "DoNotDisturb"
static

The message namespace for Do Not Disturb.

◆ IPC_MSG_NAMESPACE_INTERACTION_MANAGER

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_INTERACTION_MANAGER[] = "InteractionManager"
static

The message namespace for Interaction Manager.

Interaction Manager does not have messages from IPC Server, but should be registered as a namespace to handle events from the IPC Client

◆ IPC_MSG_NAMESPACE_LIVE_VIEW_CAMERA

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_LIVE_VIEW_CAMERA[] = "LiveViewCamera"
static

The message namespace for LiveViewCamera.

◆ IPC_MSG_NAMESPACE_LOGGER

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_LOGGER[] = "Logger"
static

The message namespace for Logger.

Logger does not have messages from IPC Server, but should be registered as a namespace to handle events from the IPC Client

◆ IPC_MSG_NAMESPACE_SESSION_SETUP

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_SESSION_SETUP[] = "SessionSetup"
static

The message namespace for SessionSetup.

◆ IPC_MSG_NAMESPACE_SYSTEM

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_SYSTEM[] = "System"
static

The namespace namespace for System.

◆ IPC_MSG_NAMESPACE_TEMPLATE_RUNTIME

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_TEMPLATE_RUNTIME[] = "TemplateRuntime"
static

The message namespace for TemplateRuntime.

◆ IPC_MSG_NAMESPACE_WINDOW_MANAGER

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_NAMESPACE_WINDOW_MANAGER[] = "WindowManager"
static

The message namespace for Window Manager.

◆ IPC_MSG_OUTBOUND_RINGBACK_URL_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_OUTBOUND_RINGBACK_URL_TAG[] = "outboundRingbackUrl"
static

The outboundRingbackUrl json key in the message.

◆ IPC_MSG_PREVIOUS_SIP_USER_AGENT_STATE_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_PREVIOUS_SIP_USER_AGENT_STATE_TAG[] = "previousSipUserAgentState"
static

The previousSipUserAgentState json key in the message.

◆ IPC_MSG_RESULT_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_RESULT_TAG[] = "result"
static

The result json key in the message.

◆ IPC_MSG_START_LIVE_VIEW_PAYLOAD_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_START_LIVE_VIEW_PAYLOAD_TAG[] = "startLiveViewPayload"
static

The startLiveViewPayload key in RenderCamera message.

◆ IPC_MSG_WINDOW_TEMPLATES_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::IPC_MSG_WINDOW_TEMPLATES_TAG[] = "windowTemplates"
static

The window templates json key in visual characteristics message.

◆ VISUAL_CHARACTERISTICS_CAPABILITY_CONFIG_DISPLAY_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::VISUAL_CHARACTERISTICS_CAPABILITY_CONFIG_DISPLAY_TAG[] = "display"
static

The key in visual characteristics capability config for Device display characteristics.

◆ VISUAL_CHARACTERISTICS_CAPABILITY_CONFIG_INTERACTION_MODES_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::VISUAL_CHARACTERISTICS_CAPABILITY_CONFIG_INTERACTION_MODES_TAG[] = "interactionModes"
static

The key in visual characteristics capability config for interaction modes configuration.

◆ VISUAL_CHARACTERISTICS_CAPABILITY_CONFIG_WINDOW_TEMPLATES_TAG

const char alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::IPCNamespaces::VISUAL_CHARACTERISTICS_CAPABILITY_CONFIG_WINDOW_TEMPLATES_TAG[] = "templates"
static

The key in visual characteristics capability config for window templates configuration.

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0