Alexa Auto SDK  2.3.0
Static Public Member Functions | List of all members
com.amazon.aace.apl.config.APLConfiguration Class Reference

Static Public Member Functions

static EngineConfiguration createAlexaPresentationTimeoutConfig (final AlexaPresentationTimeout[] timeoutList)
 

Detailed Description

A factory interface for creating APL configuration objects.

Member Function Documentation

◆ createAlexaPresentationTimeoutConfig()

static EngineConfiguration com.amazon.aace.apl.config.APLConfiguration.createAlexaPresentationTimeoutConfig ( final AlexaPresentationTimeout []  timeoutList)
static

Factory method used to programmatically generate Alexa Presentation configuration data. This is an optional configuration. Following are the accepted keys and their description.

  • displayDocumentInteractionIdleTimeout If present, the timeout in ms for display card timeout. The data generated by this method is equivalent to providing the following JSON values in a configuration file:
{
"alexaPresentationCapabilityAgent": {
"displayDocumentInteractionIdleTimeout": <TIMEOUT_IN_MS>
}
}
Parameters
timeoutListA list of AlexaPresentationTimeout type and value pairs.

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