Alexa Auto SDK  4.3
Public Attributes | List of all members
aace::alexa::ExternalMediaAdapterEngineInterface::DiscoveredPlayerInfo Class Reference

Public Attributes

std::string localPlayerId
 The opaque token that uniquely identifies the local external player app.
 
std::string spiVersion
 The only spiVersion that currently exists is "1.0".
 
std::string validationMethod
 
std::vector< std::string > validationData
 

Detailed Description

Describes a discovered external media player app

Member Data Documentation

◆ validationMethod

std::string aace::alexa::ExternalMediaAdapterEngineInterface::DiscoveredPlayerInfo::validationMethod

Validation methods :

  1. "SIGNING_CERTIFICATE"
  2. "GENERATED_CERTIFICATE"
  3. "NONE"

◆ validationData

std::vector<std::string> aace::alexa::ExternalMediaAdapterEngineInterface::DiscoveredPlayerInfo::validationData

Validation data :

  1. Device platform issued app signing certificate. A list of certificates may be attached.
  2. In some cases validation is performed locally. The certificate is transmitted as validationData during discovery to announce the activated app's identity in order to allow app activation to be revoked.
  3. empty

Alexa Auto SDK 4.3 - Copyright 2017-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0