The CBLConfiguration
class is a factory interface for creating CBL service configuration objects.
◆ createCBLConfig()
Factory method used to programmatically generate cbl configuration data. The data generated by this method is equivalent to providing the following JSON values in a configuration file:
{
"aace.cbl": {
"requestTimeout": <REQUEST_TIMEOUT_IN_SECONDS>
}
}
- Parameters
-
[in] | requestTimeout | The timeout used for requesting code pair |
The default configuration of 60 seconds will be overriden with this value when configured.
◆ createCBLUserProfileConfig()
Factory method used to programmatically generate cbl configuration data. The data generated by this method is equivalent to providing the following JSON values in a configuration file:
{
"aace.cbl": {
"enableUserProfile": <true/false>
}
}
- Parameters
-
[in] | enableUserProfile | Enable functionality to request user profile |
Alexa Auto SDK 2.0.0 - Copyright 2017-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0