Alexa Auto SDK  2.0.0
Static Public Member Functions | List of all members
com.amazon.aace.storage.config.StorageConfiguration Class Reference

Static Public Member Functions

static EngineConfiguration createLocalStorageConfig (final String localStoragePath)
 

Detailed Description

The StorageConfiguration class is a factory interface for creating Storage service configuration objects.

Member Function Documentation

◆ createLocalStorageConfig()

static EngineConfiguration com.amazon.aace.storage.config.StorageConfiguration.createLocalStorageConfig ( final String  localStoragePath)
static

Factory method used to programmatically generate storage configuration data. The data generated by this method is equivalent to providing the following JSON values in a configuration file:

{
"aace.storage": {
"localStoragePath": "<LOCAL_STORAGE_FILE_PATH>"
}
}
Parameters
[in]localStoragePathThe file path to the local storage data file

The database will be created on initialization if it does not already exist.


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