Alexa Auto SDK  2.3.1
Public Member Functions | Public Attributes | List of all members
com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType Enum Reference

Public Member Functions

 VehiclePropertyType (String name, String key)
 

Public Attributes

 MAKE
 
 MODEL
 
 YEAR
 
 TRIM
 
 GEOGRAPHY
 
 VERSION
 
 OPERATING_SYSTEM
 
 HARDWARE_ARCH
 
 LANGUAGE
 
 MICROPHONE
 
 COUNTRY_LIST
 
 VEHICLE_IDENTIFIER
 

Detailed Description

Specifies the vehicle properties required in configuration

Constructor & Destructor Documentation

◆ VehiclePropertyType()

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.VehiclePropertyType ( String  name,
String  key 
)

Type used to identify a vehicle property type and value pair

Member Data Documentation

◆ MAKE

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.MAKE

The make of the vehicle.

Note
This property is required.

◆ MODEL

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.MODEL

The model of the vehicle.

Note
This property is required.

◆ YEAR

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.YEAR

The model year of the vehicle. A value of this property type must be an integer in the range 1900-2100. Example value: "2019"

Note
This property is required.

◆ TRIM

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.TRIM

The trim level of the vehicle, identifying the vehicle's level of equipment or special features. Example values: "Standard", "Sport", "Limited"

◆ GEOGRAPHY

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.GEOGRAPHY

The current location (country/region/state/etc.) of the vehicle. Example values: "US", "US-North", "WA"

◆ VERSION

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.VERSION

The client software version. Example value: "2.2.1X"

◆ OPERATING_SYSTEM

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.OPERATING_SYSTEM

The operating system used by the vehicle's infotainment system. Example value: "AndroidOreo_8.1"

◆ HARDWARE_ARCH

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.HARDWARE_ARCH

The hardware architecture used by the vehicle. Example value: "x86_64"

◆ LANGUAGE

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.LANGUAGE

The language or locale selected for Alexa by the vehicle owner. Example values: "en-US", "fr-CA"

◆ MICROPHONE

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.MICROPHONE

The type and arrangement of microphone used by the vehicle. Example value: "7 mic array, centrally mounted"

◆ COUNTRY_LIST

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.COUNTRY_LIST

A comma-separated list of supported countries (ISO country codes). Example value: "US,CA"

◆ VEHICLE_IDENTIFIER

com.amazon.aace.vehicle.config.VehicleConfiguration.VehiclePropertyType.VEHICLE_IDENTIFIER

The automaker's identifier for the vehicle.


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